본문 바로가기
반응형

IT/하드웨어77

InterVLAN 설정 (L3 switching) !-------- preconfig ena conf t ena sec cisco no ip domain-lookup line console 0 password cisco login exec-time 0 0 logg sync exi username CCNP password itbank321 line vty 0 4 login local exi host !-------- ASW1 int range fa 0/1 - 24 shut vlan 10 name Sales vlan 99 name Native int vlan 1 ip add 1.1.1.1 255.255.255.0 no shut int fa 0/8 no shut sw mode acc sw acc vlan 10 exi int fa 0/1 sw mode trun.. IT/하드웨어 2019. 5. 28.
Inter-VLAN Routing (switch 이용) @Inter-VLAN Routing (L3-switch 이용) - etherchannel 의 사용 목적 : (1) 대역폭 증가, (2) 이중화, (3) 부하분산 - L2 장비 VLAN간의 통신을 위해서 Router에 Sub Interface를 만들어서 사용한다. - L3 장비 각각의 Interface(논리적, 물리적)에 IP를 부여한다. - VLAN을 대표하는 Gateway를 만드는 방법 (1) SVI(switch virtual interface) (2) 각각의 물리적이 Interface에 IP 부여 (1) SVI 방법 ip routing interface vlan 10 // SVI 생성 ip address router eigrp 50 network 10.0.0.0 show i.. IT/하드웨어 2019. 5. 28.
Inter-VLAN Routing (Router 이용) @Inter VLAN Routing with External Router - Router에 하나의 Interface에 논리적인 여러개의 Interface로 나눈다. => 서브 Interface 생성 - 표현 fa 0/0 의 물리적 Interface를 논리적인 두 개의 Interface로 나누게 된다면 fa 0/0.x 로 표현하게 되는데 여기서 x는 숫자로 나타낸다. -> 보통 구분이 편하도록 VLAN 번호랑 똑같이 설정해준다. 위의 Diagram 에서는 VLAN10과 VLAN20 이 있으니 아래와 같이 설정해준다. fa 0/0.10 과 fa 0/0.20 로 표현하게 된다. - Switch와 Router는 VLAN10, VLAN20 둘다 지나다녀야 하니깐 Trunk로 구성해준다. - 서브 Interface.. IT/하드웨어 2019. 5. 28.
EtherChannel - 이더 채널 구성 @ EtherChannel - 주의 사항 - 다 설정하고 나서 Port-channel 구성 - Speed와 Duplex가 동일해야한다. - Switchport mode가 동일해야 한다. (access or trunk) - Trunk port 에 Native또는 allowed VLAN 정보 동일 SWitch# show etherchannel summary 안묶였을 경우 나오는 메시지 P대신 D(down), I (stand-alone) 나올 수 있다. Switch(config)#port-channel load-balance type // 무엇을 기준으로 부하 분산 하겠냐 Switch#show etherchannel load-balance IT/하드웨어 2019. 5. 28.
[실습] VTP @ VTP 실습 !------ preconfig enable configure terminal enable secret cisco no domain-lookup line console 0 password cisco login exec-timeout 0 0 logging synchronous exit username CCNP password itbank321 line vty 0 4 login local exit host !------ DSW0y (L3장비, vtp mode server) vtp mode server vtp domain aegisoneZ vlan 10 name Sales vlan 80 name Manage int fa 0/8 no shut sw mode acc sw acc vlan 10 ex.. IT/하드웨어 2019. 5. 28.
반응형