Chapter1 switching (LAB-1 Task1 ~ Task3)
CCIE EI(구 R&S) Study Roadmap 바로가기 링크
(아래)
https://ccie68155.tistory.com/43
요즘 회사가 바쁘네요
거의 1년의 미국회사 사이클을 경험하고 있습니다
다시 기본으로 돌아가고자 합니다
CCIE EI(구R&S) 공부를 계속 하려고 합니다
CCIE 공부는 자격증을 취득하고 나서부터 시작인것 같습니다
CCIE 원서 자료를 가지고 하나씩 팔로우 해보려고합니다

VTP (VLAN Trunk Protocol)
it was developed to allow switches to dynamically synchronize the contects of their VLAN databases with each other to ease VLAN configuration in the network
Task 1
1. show vtp status
VTP 는 Domain 이름이 같아야 하는게 핵심 포인트 , Domain 이름이 같으면
VLAN 설정시 한개 스위치에서 설정하면 나머지 스위치들에게도 자동으로 만들어지는 기술

vtp domain name empty is default
2. int r e0/0-3 , e1/0-3 , e2/0-3 , e3/0-3 , e4/0-3 , e5/0-3, e6/0-3
3. shut
4. vtp domain TST

Task 2
스위치 이름을 바꾸는 컨피그





Task 3


SW3
permanent trunk mode

alway first setup command
"show tru encap dot1q"
if you first setup command " swit mo tru "
You can see the following errors

swit tru encap 3 option
dot1q = IEEE 802.1Q standard
ISL = cisco proprietary

non-Cisco hardware where such port are called "tagged" port instead of "trunk" port
SW5
Should not config swit trunk encap dot1q
so ,
switch mode
1. access mode - one vlan access link
2. trunk mode - multi vlan access-link
3. dynamic auto mode - If the other port is set to Trunk or Dynamic Desirable, it forms a Trunk link.


4. dynamic desirable mode - all nego


n-802.1Q
n = negotiated
5. Nonegotiate mode - disable DTP
