#mac address-table static ?
#show mac address-table
interface e1/2에 no switchport를 설정한 뒤 mac을 지정한다.
설정한 결과를 show int e1/2로 확인한다.
※ MAC 주소 변경 이유
: 네트워크 인터페이스는 MAC add로 서로 통신한다. 장치를 식별하거나
장치를 추적하기 위해 사용하는데 편의를 위해 변경이 가능하다.
mac address-table aging-time 000 지정하고자 하는 숫자를 입력한다.
mac address-table aging-time 600
#mac address-table limit 16 user-defined
#clear mac address-table dynamic
#show mac address-table
address-table limit 및 aging-time 설정을 확인할 수 있다.
#show mac address-table limit all
#show mac address-table aging-time
static이 설정된 mac add를 확인한다.
직접적인 interface의 mac add를 확인할 수 있다.
1 normoal - default, management, native
2 - 1005 : normal, 사용자 정의 영역 vlan
1006-3967 : Extended
3968-4095 : reserved 영역 - interface devie 사용
vlan 생성
conf t
vlan 5
name rapa
-> name 설정 : 32 기본, 최대 128자까지 작성가능
state active
no shutdown
conf t
vlan 5-10
state active or suspend
no shutdown
VTP mode가 Transparent에서만 지원 가능하다.
primary vlan
primary vlan - Promiscuos port - secondary vlan
외부와 통신하기 위한 목적 port이다.
Community vlan, Isolate vlan과 통신이 가능하다.
seondary vlan
conf t
vlan 100
private-vlan primary
private-vlan associate 501, 502
vlan 501
private-vlan community
vlan502
private-vlan isolated
port 적용
int e1/1
switchport mode private-vlan host
switchport private-vlan host association 100 502int e1/0
switchport mode private-vlan promiscuos
switchport prvate-vlan hsot mapping 100 501,502
port 설정
Access port
int e1/1
switchport
switchport mode access
switchport access vlan 10
no shutdownshow vlan
show vlan brief
표준 protocol 적용 - lacp
feture lacp
interace port-channel 1
switchport
switchport mode trunk
switchport trunk allowed vlan 1, 11
switchport trunk native vlan 12
no shutdownint e1/1, e1/3
switchport
switch mode trunk
channel-group 1 mode active
show port-channel summary
show port-channel traffic
conf t
feature vtp
vtp domain rapa
vtp version 2
vtp file vtp.dat
vtp password ciscoshow vtp status
show vtp counters
show vtp interface
Pervlan, Rapid STP -> Advanced Feature(추가 기능)
Vlan Grouping -> 전체 Network에 적용
feature lacp
int e1/1, e1/2
switchport mode trunk
no shutdownint e1/3, e1/4
switchport
switchport mode trunk
channel-group 1 mode active
int e1/5
switchport
switchport mode access
switchport access vlan 11