CCNA

7장 패킷

gandus 2010. 12. 24. 11:38

일단 기본 설정을 해주고 vlan 설정
모든 스위치 설정

Switch(config)#host S1
S1(config)#ena sec class
S1(config)#line vty 0 15
S1(config-line)#pass cisco
S1(config-line)#login
S1(config-line)#
S1(config-line)#line con 0
S1(config-line)#pass cisco
S1(config-line)#login
S1(config-line)#
S1(config-line)#exit
S1(config)#se
S1(config)#service pas
S1(config)#service password-encryption
S1(config)#
S1(config)#
S1(config)#ip
S1(config)#ip de
S1(config)#ip default-gateway 172.17.99.1
S1(config)#
S1(config)#int vlan 99
S1(config-if)#ip add 172.17.99.31 255.255.255.0




그리고 vtp를 설정한다  s1이 서버이다.

vtp mode
vtp do
vtp pass  이렇게....



그리고 트렁크를 지정한다.
vlan 99를 네이티브로 설정한다.
트렁크는 모든게 사용이 되도록 하는것이도 acce를 해야지 포트가 vlan에 들어 올 수 있다.

s1은 f0/5도 해야한다.

S2(config-if)#int f0/4
S2(config-if)#switchport mode trunk
S2(config-if)#switchport native vlan 99


그리고 vlan 을 s1에 만들어 준다.

S1(config)#vlan 10
S1(config-vlan)#name Faculty/Staff
S1(config-vlan)#
S1(config-vlan)#vlan 20
S1(config-vlan)#name Students
S1(config-vlan)#vlan 88
S1(config-vlan)#name Wireless(Guest)
S1(config-vlan)#vlan 99




포트를 지정한다.

S3(config-if)#switchport access vlan 88



S2(config)#int f0/7
S2(config-if)#switchport mode access
S2(config-if)#switchport access vlan 88

S2(config-if)#int f0/11
S2(config-if)#switchport mode access
S2(config-if)#switchport access vlan 10

S2(config-if)#int f0/18
S2(config-if)#switchport mode access
S2(config-if)#switchport access vlan 20



vlan을 찻아서  s1을 루트로 지정한다.


S1#sh vlan br
S1(config)#spanning-tree vlan 10,20,88,99 priority 4096







그리고 라우터 설정


R1(config)#int f0/1.10

%LINK-5-CHANGED: Interface FastEthernet0/1.10, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1.10, changed state to up
R1(config-subif)#en
R1(config-subif)#encapsulation d
R1(config-subif)#encapsulation dot1Q 10
R1(config-subif)#ip add 172.17.10.1 255.255.255.0
R1(config-subif)#
R1(config-subif)#int f0/1.20

%LINK-5-CHANGED: Interface FastEthernet0/1.20, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1.20, changed state to up
R1(config-subif)#encapsulation dot1Q 20
R1(config-subif)#ip add 172.17.20.1 255.255.255.0
R1(config-subif)#
R1(config-subif)#int f0/1.88

%LINK-5-CHANGED: Interface FastEthernet0/1.88, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1.88, changed state to up
R1(config-subif)#encapsulation dot1Q 88
R1(config-subif)#ip add 172.17.88.1 255.255.255.0
R1(config-subif)#
R1(config-subif)#int f0/1.99

%LINK-5-CHANGED: Interface FastEthernet0/1.99, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1.99, changed state to up
R1(config-subif)#encapsulation dot1Q 99 na
R1(config-subif)#encapsulation dot1Q 99 native   - 네이티브로 설정한다.
R1(config-subif)#ip add 172.17.99.1 255.255.255.0
R1(config-subif)#
R1(config-subif)#
R1(config-subif)#exit
R1(config)#int f0/1
R1(config-if)#no sh  - 깨우는 작업



이제 wireless를 설정해야한다.2 부터 한다.

제일 위는 무선  
중간은 유선 - 집에서 사용하는 것
유선 밑에 설정하는것은 dhcp 설정하는 것이다.

스태틱으로 설정하고 ip랑 lan 번호를 주면 된다.

그다음 wire 를 설정한다.  그리고 보안도 설정

관리자 비번 바꾸고 리모트 허락을 하고


왜 88을 사용하는가???
아까 88에만 accescc를 설정 해두어서

그리고 pc에서 wiress 를 연결해야 한다.