2013년 12월 25일 수요일

VTP protocol 정의

= Vlan 정보를 동기화 할때 사용
VTP는 스위치 사이에서 VLAN DB정보를 교환하기 위한 protocol이다.
필수 사항은 아니지만 대규모 네트워크 환경에서 관리 편의상 유용한 기능이다.
쉽게 말해 server switch에서 VLAN 정보를 설정하면 하위 Client Switch에 자동으로 동기화가 된다는 뜻이다.

VTP 동작조건 

  1.  Switch간 연결은 반드시 Trunk로 설정되야아 한다. 
  2.  VTP domain name은 일치하여야 한다.(대소문자 구분)
  3.  Revision Nunber를 일치하여야 한다.
  4.  Revision Number가 일치하지만 미동작한다면 VLAN 정보를 추가/변경/삭제 등의  Acition을 취한다.
  5.  Revision Number를 0으로 초기화 하려면 Domain name을 변경한다.
VTP Mode
  1. sever :Default 설정이다. Vlan 생성/수정/저장/삭제가 가능하다.
  2. clinet : server와 통신하여 VLAN 정보 동기화. VLAN생성/수정/저장이 불가능하다.
  3. Transparent :다른 switch와 VLAN DB를 교환하지 않으며 자체적인 VLAN DB를 관리한                    다. VTP메시지 수신과 전달은 가능하다.

VTP 동작확인

1. 구성도

2. Trunk, VTP 설정

SW_1
Trunk 설정
Switch_1(config)# interface fa 0/1 Switch_1(config-if)# switchport trunk encapsulation dot1q Switch_1(config-if)# switchport mode trunk VTP 설정 Switch_1(config)# vtp domain Test Switch_1(config)# vtp mode server
SW_2
Trunk 설정
Switch_2(config)# interface fa 0/1 Switch_2(config-if)# switchport trunk encapsulation dot1q Switch_2(config-if)# switchport mode trunk VTP 설정 Switch_2(config)# vtp domain Test Switch_2(config)# vtp mode client

3. VTP 설정확인 
Switch_1# show vtp status


4.VTP 동작확인
Switch_1# show vlan


Switch 1 Vlan 설정

Switch_1(config)# vlan 30
Switch_1(config-vlan)# name VLAN_A
Switch_1(config)# vlan 40
Switch_1(config-vlan)# name VLAN_B


4.VTP 동작확인

Switch_2# show vlan



0 개의 댓글:

댓글 쓰기

Subscribe to RSS Feed Follow me on Twitter!