Sie sind auf Seite 1von 7

INE lab Atividade 4 9 grupos de 3 ou 4 alunos.

Grupos: aluno1 - SW1, R1 aluno2 - SW2, R2 aluno3 - SW3, R3 aluno4 - SW4, R4

PARTE 1 Common Template


Switches configuration: (SW1 / SW2 / SW3 / SW4) enable configure terminal hostname SW1 enable password cisco no ip domain-lookup spanning-tree mode rapid-pvst ! int range f0/13-21 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 1-100 ! interface range fa0/13-15 channel-protocol lacp channel-group 1 mode active interface port-channel 1 switchport trunk encapsulation dot1q switchport mode trunk ! interface range fa0/16-18 channel-protocol lacp channel-group 2 mode active interface port-channel 2 switchport trunk encapsulation dot1q switchport mode trunk ! interface range fa0/19-21 channel-protocol lacp channel-group 3 mode active interface port-channel 3

switchport trunk encapsulation dot1q switchport mode trunk ! vtp mode server vtp version 2 vtp domain INFNET vtp password cisco vtp pruning ! vlan 10 name management vlan 20 name copacabana vlan 30 name ipanema ! line console 0 no exec-timeout logging synchronous ! line vty 0 4 password cisco login logging synchronous end ! clock set 19:00:00 01 June 2011 Routers configuration: (R1 / R2 / R3 / R4) configure terminal hostname R1 enable password cisco no ip domain-lookup ! line console 0 no exec-timeout logging synchronous ! line vty 0 4 password cisco login logging synchronous end ! clock set 19:00:00 01 June 2011

PARTE 2 IP Configuration
switch# conf t int f0/1 switchport mode access switchport access vlan 10 spanning-tree portfast conf t int vlan 10 ip address 192.168.1.1 255.255.255.0 router# conf t int f0/0 no shutdown ip address 192.168.1.10 255.255.255.0 conf t int s1/2 no shutdown clock rate 64000 ip address 192.168.2.2 255.255.255.252 Switch name SW1 SW2 SW3 SW4 Switch name SW1 SW2 SW3 SW4 Router name R1 R2 R3 R4 Router name R1 R3 Interface f0/1 f0/2 f0/3 f0/4 Interface VLAN 10 VLAN 10 VLAN 10 VLAN 10 Interface f0/0 f0/0 f0/1 f0/1 Interface s0/1 s1/2 VLAN 10 10 10 10 IP Address 192.168.1.1 /24 192.168.1.2 /24 192.168.1.3 /24 192.168.1.4 /24 IP Address 192.168.1.10 /24 192.168.1.20 /24 192.168.1.30 /24 192.168.1.40 /24 IP Address 192.168.2.1 /30 192.168.2.2 /30 Clock Rate 64000 (DCE)

PARTE 3 HSRP on Routers


R1 config conf t int f0/0 standby 1 ip 192.168.1.100 standby 1 priority 110 standby 1 preempt standby 1 authentication INFNET standby 1 track s0/1 30 R2 config conf t int f0/0 standby 1 ip 192.168.1.100 standby 1 priority 90 standby 1 preempt standby 1 authentication INFNET SW1 config conf t spanning-tree vlan 10 root primary SW2 config conf t spanning-tree vlan 10 root secondary SW1 / SW2 config conf t ip default-gateway 192.168.1.100

PARTE 4 VRRP on Routers


R3 config conf t track 2 int s1/2 line-protocol interface f0/1 vrrp 2 ip 192.168.1.150 vrrp 2 priority 110 vrrp 2 track 2 decrement 30 vrrp 2 timers advertise msec 500 end R4 config conf t interface f0/1 vrrp 2 ip 192.168.1.150 vrrp 2 priority 90 vrrp 2 timers learn end SW3 / SW4 conf t ip default-gateway 192.168.1.150 R1 / R2 config conf t ip route 0.0.0.0 0.0.0.0 192.168.1.150

PARTE 5 IP SLA
SW1 SW4 config SW3 SW2 config SW1 / SW3# conf t ip sla 50 udp-jitter 192.168.1.4 20000 source-ip 192.168.1.1 source-port 20000 ip sla schedule 50 life forever start-time now track 100 rtr 50 reachability SW4 / SW2# conf t ip sla responder

PARTE 6 GLBP on Routers


R1 / R2 config conf t int f0/0 no standby 1 R3 / R4 config conf t interface f0/1 no vrrp 2 R1 config conf t track 200 int s0/1 line-protocol interface f0/0 glbp 3 ip 192.168.1.200 glbp 3 weighting 110 glbp 3 timers msec 200 msec 700 glbp 3 preempt delay minimum 300 glbp 3 authentication md5 key-string SWITCH glbp 3 weighting track 200 decrement 30 end

R2 config conf t interface f0/0 glbp 3 ip 192.168.1.200 glbp 3 weighting 90 glbp 3 timers msec 200 msec 700 glbp 3 preempt delay minimum 300 glbp 3 authentication md5 key-string SWITCH end

Obs. Utilize diferentes nmeros de grupo para as configuraes dos pares de roteadores R1/R2 e R3/R4.

Das könnte Ihnen auch gefallen