CCIE Enterprise Infrastructure/Routing & Switch Concepts

1.1 Switched Campus

Lewis Joo 2024. 3. 24.

1. Swtich Administration.

#mac address-table againg-time 500 vlan 2

#mac address-table sttic "###" vlan 2 interface gigabitethernet 1/0/1

<filtering and drop>
#mac address-table static "###" vlan 2 drop

 

2. errdisable recovery

interface Giga1/0/1

shut

no shut

 

3. MTU

#system mtu 1900

#system mtu jumbo 7500

#system mtu routing 2000

 

4.CDP
#cdp timer 20

#cdp holdtime 60

#cdp advertise-v2 (default)

#no cdp run

#cdp run

#int gi 1/0/1

#no cdp enable

 

5. UDLD (발견, 모니터링)
#udld enable mesage time 10 (default : 15)
# int gi1/0/1

# udld port aggressive. (enable udld in aggresive mode)

 

* UDLD란 Unidirectional Link Detection의 약자이다. 간단히 요약하면 단방향 링크를 검출하는 시스코 전용, Layer 2 프로토콜이다. 단방향 링크가 검출되면, UDLD는 영향받은 port를 shutdown하고 alerts을 해당 유저에게 보낸다.

반응형

댓글