728x90
Vlan 설정
1. VTP 모드 설정
conf t vtp mode server vtp domain cisco ^z show vtp status
2. VLAN 만들기
conf t vlan 2 name CCNA ^z show vlan
3. VLAN 할당
conf t int Fa0/3 switchport access vlan 2 ^z conf t int Fa0/4 switchport access vlan 2 ^z show vlan
4. 트렁킹 포트 설정
conf t int Fa0/12 switchport mode trunk ^z show interface Fa0/12 switchport
5. 라우터 설정
conf t int Fa0/0 no shutdown exit int Fa0/0.1 encapsulation dot1Q 1 native ip addr 192.168.10.1 255.255.255.0 ^z int Fa0/0.2 encapsulation dot1Q 2 ip addr 192.168.20.1 255.255.255.0
예제
'it > network' 카테고리의 다른 글
[패킷 트레이서] 9개의 네트워크로 VLAN 하기 (1) | 2012.11.25 |
---|---|
[패킷 트레이서] VLAN 4 net (1) | 2012.11.16 |
[패킷 트레이서] VLAN 설정 2 (0) | 2012.11.13 |