IEWB-RS Version 4.0 Solutions Guide Lab 12
1. Troubleshooting
1) The username on R3 is PAP and not PPP
2) R4 s interface E0/1 should be 129.X.46.4/24 and not 192.X.46.4/24
3) SW1 s interface VLAN7 should be VLAN17
2. Bridging and Switching
Task 2.1
SW1:
vtp domain IE
!
vlan 3,17,22,33,38,45,46,58
!
interface FastEthernet0/1
switchport access vlan 17
no shutdown
!
interface FastEthernet0/3
switchport access vlan 3
no shutdown
!
interface FastEthernet0/5
switchport access vlan 58
no shutdown
SW2:
vtp domain IE
vtp mode client
!
interface FastEthernet0/2
switchport access vlan 22
no shutdown
!
interface FastEthernet0/4
switchport access vlan 45
no shutdown
!
interface FastEthernet0/6
switchport access vlan 46
no shutdown
!
interface FastEthernet0/24
switchport access vlan 22
no shutdown
SW3:
vtp domain IE
vtp mode client
!
interface FastEthernet0/3
switchport access vlan 33
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 1
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
no shutdown
!
interface FastEthernet0/5
switchport access vlan 45
no shutdown
interface FastEthernet0/24
switchport access vlan 38
no shutdown
SW4:
vtp domain IE
vtp mode client
!
interface FastEthernet0/4
switchport access vlan 46
no shutdown
Task 2.2
SW1:
interface FastEthernet0/14
no switchport
channel-group 1 mode on
!
interface FastEthernet0/15
no switchport
channel-group 1 mode on
!
interface Port-Channel 1
no switchport
ip address 129.1.78.7 255.255.255.0
!
interface range Fa0/14 15
no shutdown
SW2:
interface FastEthernet0/14
no switchport
channel-group 1 mode on
!
interface FastEthernet0/15
no switchport
channel-group 1 mode on
!
interface Port-Channel 1
no switchport
ip address 129.1.78.8 255.255.255.0
!
interface range Fa0/14 15
no shutdown
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 2
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
SW3:
interface FastEthernet0/19
no switchport
channel-group 34 mode on
!
interface FastEthernet0/20
no switchport
channel-group 34 mode on
!
interface Port-Channel 34
no switchport
ip address 129.1.34.9 255.255.255.0
!
interface range Fa0/19 20
no shutdown
SW4:
interface FastEthernet0/19
no switchport
channel-group 34 mode on
!
interface FastEthernet0/20
no switchport
channel-group 34 mode on
!
interface Port-Channel 34
no switchport
ip address 129.1.34.10 255.255.255.0
!
interface range Fa0/19 20
no shutdown
Task 2.2 Breakdown
When configuring a layer 3 EtherChannel, the order of operations of
configuration is important. The no switchport command should be configured
on the member interfaces of the channel-group first. Next, these interfaces
should be put into the channel-group by issuing the channel-group [num] mode
[mode] interface level command. Next, the port-channel interface itself
should be turned into a layer 3 interface by issuing the no switchport
command. The port-channel interface is now ready to be configured with
an IP address.
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 3
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Task 2.2 Verification
Rack1SW2#ping 129.1.78.7
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 129.1.78.7, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
Rack1SW4#ping 129.1.34.9
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 129.1.34.9, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
Rack1SW4#
Task 2.3
SW1:
errdisable recovery cause psecure-violation
errdisable recovery interval 60
!
interface FastEthernet0/7
switchport mode access
switchport port-security maximum 2
switchport port-security
!
interface FastEthernet0/8
switchport mode access
switchport port-security maximum 2
switchport port-security
Task 2.3 Breakdown
In addition to being used to restrict access to a specific MAC address, port-
security can be used to limit the amount of MAC addresses that are allowed to
send traffic into a port. This can be used on shared segments of the network in
order to limit the amount of hosts that are allowed to access the network through
a single port. As the default violation mode is shutdown, when the number of
MAC addresses exceeds two, the interface is put into err-disabled state.
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 4
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Port Security Verification
Rack1SW1#show port-security interface fa0/7
Port Security : Enabled
Port Status : Secure-up
Violation Mode : Shutdown
Aging Time : 0 mins
Aging Type : Absolute
SecureStatic Address Aging : Disabled
Maximum MAC Addresses : 2
Total MAC Addresses : 2 at two MAC addresses the port is
still up
Configured MAC Addresses : 0
Sticky MAC Addresses : 0
Last Source Address : 00d0.586e.b920
Security Violation Count : 0
An additional MAC address is heard on the port and a violation occurs
Rack1SW1#
06:18:00: %PM-4-ERR_DISABLE: psecure-violation error detected on
Fa0/7, putting Fa0/7 in err-disable state
Rack1SW1#
06:18:00: %PORT_SECURITY-2-PSECURE_VIOLATION: Security violation
occurred, caused by MAC address 00d0.586e.b930 on port
FastEthernet0/7.
Rack1SW1#
06:18:01: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/7, changed state to down
Rack1SW1#
06:18:02: %LINK-3-UPDOWN: Interface FastEthernet0/7, changed state to
down
Rack1SW1#show port-security interface fa0/7
Port Security : Enabled
Port Status : Secure-shutdown port disabled
Violation Mode : Shutdown
Aging Time : 0 mins
Aging Type : Absolute
SecureStatic Address Aging : Disabled
Maximum MAC Addresses : 2
Total MAC Addresses : 0
Configured MAC Addresses : 0
Sticky MAC Addresses : 0
Last Source Address : 00d0.586e.b930
Security Violation Count : 1
Rack1SW1#show interface status
Port Name Status Vlan Duplex Speed Type
Fa0/7 err-disabled 17 auto auto
10/100BaseTX
err-disabled state
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 5
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Task 2.3 Verification
Rack1SW1#show port-security interface fa0/7
Port Security : Enabled
Port Status : Secure-down
Violation Mode : Shutdown
Aging Time : 0 mins
Aging Type : Absolute
SecureStatic Address Aging : Disabled
Maximum MAC Addresses : 2
Total MAC Addresses : 0
Configured MAC Addresses : 0
Sticky MAC Addresses : 0
Last Source Address:Vlan : 0000.0000.0000:0
Security Violation Count : 0
Rack1SW1#show port-security interface fa0/8
Port Security : Enabled
Port Status : Secure-down
Violation Mode : Shutdown
Aging Time : 0 mins
Aging Type : Absolute
SecureStatic Address Aging : Disabled
Maximum MAC Addresses : 2
Total MAC Addresses : 0
Configured MAC Addresses : 0
Sticky MAC Addresses : 0
Last Source Address:Vlan : 0000.0000.0000:0
Security Violation Count : 0
Rack1SW1#show errdisable recovery
ErrDisable Reason Timer Status
----------------- --------------
udld Disabled
bpduguard Disabled
security-violatio Disabled
channel-misconfig Disabled
vmps Disabled
pagp-flap Disabled
dtp-flap Disabled
link-flap Disabled
l2ptguard Disabled
psecure-violation Enabled
gbic-invalid Disabled
dhcp-rate-limit Disabled
unicast-flood Disabled
storm-control Disabled
arp-inspection Disabled
loopback Disabled
Timer interval: 60 seconds
Interfaces that will be enabled at the next timeout:
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 6
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Task 2.4
SW1:
mac-address-table static 0030.1369.87a0 vlan 17 drop
Task 2.4 Breakdown
The immediate reaction to this task is typically to use an extended MAC address
access-list to deny traffic from this MAC address from entering interfaces Fa0/7
or Fa0/8. However, MAC address access-lists only affect non-IP traffic.
Therefore, assuming that hosts on VLAN 17 are running IP (a fair assumption),
using a MAC access-list to filter this host will have no effect.
As an alternative, traffic from this host has been effectively black holed by
creating a static MAC address table (CAM table) entry for its MAC address.
Much like static IP routing, a static MAC entry in the CAM table takes precedence
over any dynamically learned reachability information.
Task 2.4 Verification
Rack1SW1#show mac-address-table vlan 17 | inc Drop|Vlan|--
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
17 0030.1369.87a0 STATIC Drop
Task 2.5
SW1:
interface FastEthernet0/2
storm-control unicast level 3.00
Task 2.5 Breakdown
Storm control limits the amount of unicast, multicast, or broadcast traffic that is
received in a layer 2 switchport. When the threshold of unicast or broadcast
traffic is exceeded, traffic in excess of the threshold is dropped. When the
multicast threshold is exceeded, all unicast, multicast, or broadcast traffic above
the threshold is dropped. To configure storm-control issue the storm-control
[unicast | broadcast | multicast] level [level] interface level command.
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 7
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Storm Control Verification
Rack1SW1#show storm-control ?
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
broadcast Broadcast storm control
multicast Multicast storm control
unicast Unicast storm control
| Output modifiers
Rack1SW1#show storm-control unicast
Interface Filter State Level Current shows real-time level
--------- ------------- ------- -------
Fa0/1 inactive 100.00% N/A
Fa0/2 Forwarding 3.00% 0.00%
Fa0/3 inactive 100.00% N/A
Pitfall
The storm-control command takes the level argument as a percentage of
interface bandwidth. If you are asked to suppress traffic based on an
absolute bandwidth level, such as 2Mbps, ensure to take into account
whether the interface is running in 10Mbps or 100Mbps mode.
Task 2.6
SW1:
interface FastEthernet0/7
switchport protected
!
interface FastEthernet0/8
switchport protected
Task 2.6 Breakdown
Port protection prevents hosts that are in the same broadcast domain from
directly communicating with each other at layer 2. This feature is especially
useful when devices are placed in the same VLAN that would not normally be
communicating with each other, such as web servers in a DMZ. Since there is
typically not a valid case in which one server would initiate a connection to
another server, this feature is very useful.
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 8
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Verification
R1:
interface FastEthernet0/0
ip address 10.0.0.1 255.0.0.0
R2:
interface FastEthernet0/0
ip address 10.0.0.2 255.0.0.0
R3:
interface Ethernet0/0
ip address 10.0.0.3 255.0.0.0
SW1:
interface FastEthernet0/2
switchport protected
!
interface FastEthernet0/3
switchport protected
Rack1R2#ping 10.0.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
!!!!! protected port can talk to non-protected port
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/4 ms
Rack1R2#ping 10.0.0.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.3, timeout is 2 seconds:
..... protected port can not talk to another protected port
Success rate is 0 percent (0/5)
Rack1R3#ping 10.0.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
!!!!! protected port can talk to non-protected port
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/4 ms
Rack1R3#ping 10.0.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
..... protected port can not talk to another protected port
Success rate is 0 percent (0/5)
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 9
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
3. Frame Relay
Task 3.1
R1:
interface Serial0/0
Quick Note
encapsulation ppp
Used to remove any
encapsulation frame-relay
dynamically learned layer
no frame-relay inverse-arp
3 to layer 2 mappings via
frame-relay map ip 129.1.124.4 104 broadcast
inverse-ARP
frame-relay map ip 129.1.124.2 104
cdp enable
R2:
interface Serial0/0
encapsulation ppp
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ip 129.1.124.4 204 broadcast
frame-relay map ip 129.1.124.1 204
cdp enable
R4:
interface Serial0/0
encapsulation frame-relay
!
interface Serial0/0.124 multipoint
ip address 129.1.124.4 255.255.255.0
no frame-relay inverse-arp
frame-relay map ip 129.1.124.1 401 broadcast
frame-relay map ip 129.1.124.2 402 broadcast
cdp enable
Task 3.1 Breakdown
CDP is disabled by default on Frame Relay multipoint interfaces. To re-enable
CDP processing on Frame Relay enter the interface level command cdp enable.
Task 3.1 Verification
Rack1R4#show frame-relay map
Serial0/0.124 (up): ip 129.1.124.2 dlci 402(0x192,0x6420), static,
broadcast,
CISCO, status defined, active
Serial0/0.124 (up): ip 129.1.124.1 dlci 401(0x191,0x6410), static,
broadcast,
CISCO, status defined, active
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 10
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Rack1R4#show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater
Device ID Local Intrfce Holdtme Capability Platform Port ID
Rack1SW2 Eth 0/1 164 S I WS-C3550-2Fas 0/4
Rack1SW1 Eth 0/0 149 S I WS-C3550-2Fas 0/4
Rack1R1 Ser 0/0.124 137 R S 2620 Ser 0/0
Rack1R2 Ser 0/0.124 159 R S 2620 Ser 0/0
Rack1R1#show frame-relay map
Serial0/0 (up): ip 129.1.124.2 dlci 104(0x68,0x1880), static,
CISCO, status defined, active
Serial0/0 (up): ip 129.1.124.4 dlci 104(0x68,0x1880), static,
broadcast,
CISCO, status defined, active
Rack1R1#show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater
Device ID Local Intrfce Holdtme Capability Platform Port ID
Rack1SW1 Fas 0/0 177 S I WS-C3550-2Fas 0/1
Rack1 Ser 0/0 126 R S 2620 Ser 0/0
Rack1R4 Ser 0/0 149 R S I 3640 Ser 0/0.124
Rack1R2#show frame-relay map
Serial0/0 (up): ip 129.1.124.4 dlci 204(0xCC,0x30C0), static,
broadcast,
CISCO, status defined, active
Serial0/0 (up): ip 129.1.124.1 dlci 204(0xCC,0x30C0), static,
CISCO, status defined, active
Rack1R2#show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater
Device ID Local Intrfce Holdtme Capability Platform Port ID
Rack1SW1 Fas 0/0 156 S I WS-C3550-2Fas 0/2
Rack1R1 Ser 0/0 143 R S 2620 Ser 0/0
Rack1R4 Ser 0/0 128 R S I 3640 Ser 0/0.124
Rack1R2#ping 129.1.124.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 129.1.124.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/68 ms
Rack1R2#ping 129.1.124.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 129.1.124.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 11
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Task 3.2
R4:
interface Serial0/0.54 point-to-point
ip address 129.1.54.4 255.255.255.0
frame-relay interface-dlci 405
R5:
interface Serial0/0
encapsulation frame-relay
!
interface Serial0/0.54 point-to-point
ip address 129.1.54.5 255.255.255.0
frame-relay interface-dlci 504
Task 3.3
R4:
interface Serial0/0.54 point-to-point
frame-relay interface-dlci 405
class EEK
!
map-class frame-relay EEK
frame-relay end-to-end keepalive mode bidirectional
frame-relay end-to-end keepalive timer send 15
R5:
interface Serial0/0.54 point-to-point
frame-relay interface-dlci 504
class EEK
!
map-class frame-relay EEK
frame-relay end-to-end keepalive mode bidirectional
frame-relay end-to-end keepalive timer send 15
Task 3.3 Breakdown
When problems occur in the provider cloud, the end devices of the Frame Relay
cloud may not detect a problem, as LMI communication with the local Frame
Relay switch continues without interruption. For this reason the DLCI may
appear to be active, while in reality no user traffic can be sent across the PVC.
Frame Relay end-to-end keepalives can be used to detect this problem.
By participating in active request/response polling, Frame Relay end-to-end
keepalives behave much like the hello packets in IGP. If a response is not heard
back within the configured timer, the DLCI is brought to inactive state.
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 12
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Task 3.2 3.3 Verification
Rack1R5#show frame-relay map
Serial0/0.54 (up): point-to-point dlci, dlci 504(0x1F8,0x7C80),
broadcast
status defined, active
Rack1R5#ping 129.1.54.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 129.1.54.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/58/60 ms
Rack1R5#show frame-relay end-to-end keepalive
End-to-end Keepalive Statistics for Interface Serial0/0 (Frame Relay
DTE)
DLCI = 504, DLCI USAGE = LOCAL, VC STATUS = ACTIVE (EEK UP)
SEND SIDE STATISTICS
Send Sequence Number: 20, Receive Sequence Number: 21
Configured Event Window: 3, Configured Error Threshold: 2
Total Observed Events: 23, Total Observed Errors: 0
Monitored Events: 3, Monitored Errors: 0
Successive Successes: 3, End-to-end VC Status: UP
RECEIVE SIDE STATISTICS
Send Sequence Number: 20, Receive Sequence Number: 19
Configured Event Window: 3, Configured Error Threshold: 2
Total Observed Events: 22, Total Observed Errors: 0
Monitored Events: 3, Monitored Errors: 0
Successive Successes: 3, End-to-end VC Status: UP
Task 3.4
R6:
interface Serial0/0/0
encapsulation ppp
encapsulation frame-relay
frame-relay map ip 54.1.1.254 101 broadcast
no frame-relay inverse-arp
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 13
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Task 3.4 Verification
Rack1R6#show frame-relay map
Serial0/0/0 (up): ip 54.1.1.254 dlci 101(0x65,0x1850), static,
broadcast,
CISCO, status defined, active
Rack1R6#ping 54.1.1.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 54.1.1.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/30/32 ms
4. Interior Gateway Routing
Task 4.1
R4:
interface Serial0/0.54 point-to-point
ip ospf demand-circuit
Quick Note
!
The OSPF demand circuit
router ospf 1
command is only needed
router-id 150.1.4.4
on one side of the link.
network 129.1.45.4 0.0.0.0 area 0
Either side would have
network 129.1.46.4 0.0.0.0 area 0
been acceptable for this
network 129.1.54.4 0.0.0.0 area 0
task.
network 150.1.4.4 0.0.0.0 area 0
R5:
router ospf 1
router-id 150.1.5.5
network 129.1.45.5 0.0.0.0 area 0
network 129.1.54.5 0.0.0.0 area 0
network 129.1.58.5 0.0.0.0 area 0
network 150.1.5.5 0.0.0.0 area 0
R6:
router ospf 1
router-id 150.1.6.6
network 129.1.46.6 0.0.0.0 area 0
network 150.1.6.6 0.0.0.0 area 0
SW2:
ip routing
!
router ospf 1
router-id 150.1.8.8
network 129.1.58.8 0.0.0.0 area 0
network 150.1.8.8 0.0.0.0 area 0
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 14
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
SW3:
ip routing
!
router ospf 1
router-id 150.1.9.9
network 129.1.34.9 0.0.0.0 area 34
network 129.1.45.9 0.0.0.0 area 0
network 150.1.9.9 0.0.0.0 area 0
SW4:
ip routing
!
router ospf 1
router-id 150.1.10.10
network 129.1.34.10 0.0.0.0 area 34
network 129.1.45.10 0.0.0.0 area 0
network 150.1.10.10 0.0.0.0 area 0
Task 4.1 Verification
Verify OSPF neighbors:
Rack1R5#show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
150.1.8.8 1 FULL/BDR 00:00:33 129.1.58.8 Ethernet0/0
150.1.4.4 0 FULL/ - 00:00:21 129.1.54.4 Serial0/0.54
150.1.4.4 1 FULL/BDR 00:00:33 129.1.45.4 Ethernet0/1
Rack1R4#show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
150.1.5.5 0 FULL/ - 00:00:23 129.1.54.5 Serial0/0.54
150.1.6.6 1 FULL/BDR 00:00:34 129.1.46.6 Ethernet0/1
150.1.5.5 1 FULL/DR 00:00:32 129.1.45.5 Ethernet0/0
Rack1R4#show ip ospf interface s0/0.54
Serial0/0.54 is up, line protocol is up
Internet Address 129.1.54.4/24, Area 0
Process ID 1,Router ID 150.1.4.4,Network Type POINT_TO_POINT,Cost: 64
Configured as demand circuit.
Run as demand circuit.
DoNotAge LSA allowed.
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:06
Supports Link-local Signaling (LLS)
Index 3/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 150.1.5.5 (Hello suppressed)
Suppress hello for 1 neighbor(s)
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 15
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Rack1R6#show ip route ospf
129.1.0.0/16 is variably subnetted, 5 subnets, 2 masks
O IA 129.1.34.0/24 [110/12] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
O 129.1.45.0/29 [110/11] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
O 129.1.54.0/24 [110/65] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
O 129.1.58.0/24 [110/21] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
150.1.0.0/16 is variably subnetted, 6 subnets, 2 masks
O 150.1.10.10/32 [110/12] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
O 150.1.9.9/32 [110/12] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
O 150.1.8.8/32 [110/22] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
O 150.1.5.5/32 [110/12] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
O 150.1.4.4/32 [110/2] via 129.1.46.4, 00:00:20,
GigabitEthernet0/0
Task 4.2
SW3 and SW4:
interface Port-channel34
ip ospf network point-to-point
Task 4.3
R1:
router eigrp 200
no auto-summary
network 150.1.1.1 0.0.0.0
network 129.1.17.1 0.0.0.0
network 129.1.13.1 0.0.0.0
eigrp router-id 150.1.1.1
R2:
router eigrp 200
no auto-summary
network 150.1.2.2 0.0.0.0
network 129.1.23.2 0.0.0.0
eigrp router-id 150.1.2.2
R3:
router eigrp 200
no auto-summary
network 129.1.3.3 0.0.0.0
network 129.1.3.133 0.0.0.0
network 129.1.13.3 0.0.0.0
network 129.1.23.3 0.0.0.0
network 150.1.3.3 0.0.0.0
eigrp router-id 150.1.3.3
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 16
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
SW1:
ip routing
!
router eigrp 200
no auto-summary
network 150.1.7.7 0.0.0.0
network 129.1.17.7 0.0.0.0
eigrp router-id 150.1.7.7
Task 4.3 Verification
Rack1R3#show ip eigrp neighbors
IP-EIGRP neighbors for process 200
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 129.1.13.1 Se1/2 11 00:01:11 47 1140 0 5
0 129.1.23.2 Se1/3 13 00:01:12 208 1248 0 4
Rack1R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 200
H Address Interface Hold Uptime SRTT RTO Q Seq Type
(sec) (ms) Cnt Num
1 129.1.17.7 Fa0/0 14 00:01:03 1 200 0 2
0 129.1.13.3 Se0/1 10 00:01:20 42 252 0 9
Rack1SW1#show ip route eigrp
129.1.0.0/16 is variably subnetted, 8 subnets, 3 masks
D 129.1.3.128/25 [90/2195712] via 129.1.17.1, 00:02:23, Vlan17
D 129.1.3.0/25 [90/2195712] via 129.1.17.1, 00:02:23, Vlan17
D 129.1.13.0/24 [90/2170112] via 129.1.17.1, 00:02:23, Vlan17
D 129.1.13.3/32 [90/2170112] via 129.1.17.1, 00:02:23, Vlan17
D 129.1.23.0/24 [90/21024256] via 129.1.17.1, 00:02:23, Vlan17
D EX 129.1.124.0/24 [170/21026816] via 129.1.17.1, 00:02:23, Vlan17
D EX 192.10.1.0/24 [170/21026816] via 129.1.17.1, 00:02:24, Vlan17
150.1.0.0/24 is subnetted, 4 subnets
D 150.1.3.0 [90/2298112] via 129.1.17.1, 00:02:24, Vlan17
D 150.1.2.0 [90/21152256] via 129.1.17.1, 00:02:24, Vlan17
D 150.1.1.0 [90/130816] via 129.1.17.1, 00:02:24, Vlan17
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 17
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
5. Exterior Gateway Routing
Task 5.1
R1:
router bgp 200
no synchronization
bgp router-id 150.1.1.1
neighbor 129.1.13.3 remote-as 200
neighbor 129.1.13.3 next-hop-self
neighbor 129.1.124.4 remote-as 100
neighbor 129.1.17.7 remote-as 200
neighbor 129.1.17.7 next-hop-self
R2:
router bgp 200
no synchronization
bgp router-id 150.1.2.2
neighbor 192.10.1.254 remote-as 254
neighbor 192.10.1.254 next-hop-self
neighbor 192.10.1.254 password CISCO
neighbor 129.1.124.4 remote-as 100
neighbor 129.1.23.3 remote-as 200
neighbor 129.1.23.3 next-hop-self
R3:
router bgp 200
no synchronization
bgp router-id 150.1.3.3
neighbor 129.1.23.2 remote-as 200
neighbor 129.1.13.1 remote-as 200
R4:
router bgp 100
no synchronization
bgp router-id 150.1.4.4
neighbor 129.1.124.2 remote-as 200
neighbor 129.1.124.1 remote-as 200
neighbor 129.1.46.6 remote-as 100
neighbor 129.1.46.6 next-hop-self
neighbor 150.1.5.5 remote-as 100
neighbor 150.1.5.5 update-source loopback0
neighbor 150.1.5.5 next-hop-self
R5:
router bgp 100
no synchronization
bgp router-id 150.1.5.5
neighbor 129.1.58.8 remote-as 100
neighbor 150.1.4.4 remote-as 100
neighbor 150.1.4.4 update-source loopback0
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 18
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
R6:
router bgp 100
no synchronization
bgp router-id 150.1.6.6
neighbor 129.1.46.4 remote-as 100
neighbor 129.1.46.4 next-hop-self
neighbor 54.1.1.254 remote-as 54
neighbor 54.1.1.254 next-hop-self
SW1:
router bgp 200
no synchronization
bgp router-id 150.1.7.7
neighbor 129.1.17.1 remote-as 200
neighbor 129.1.17.1 next-hop-self
neighbor 129.1.78.8 remote-as 100
SW2:
router bgp 100
no synchronization
bgp router-id 150.1.8.8
neighbor 129.1.78.7 remote-as 200
neighbor 204.12.1.254 remote-as 54
neighbor 204.12.1.254 next-hop-self
neighbor 129.1.58.5 remote-as 100
neighbor 129.1.58.5 next-hop-self
Task 5.1 Breakdown
Since the IGP domains of AS 100 and AS 200 are completely separate entities in
this scenario, iBGP speaking routers to not have any IGP routes to the next hop
addresses learned from EBGP speaking routers.
For example, R4 learns the routes from AS 254 via R2. The next hop value of
these prefixes will be set to R2 when R2 passes these updates on to R4.
However, when R4 passes the updates on to iBGP speaking routers such as R5
and R6, the next hop value is not updated. Furthermore, since R5 and R6 do not
have an IGP route to the Frame Relay network 129.1.124.0. Therefore R5 and
R6 cannot consider these routes for the BGP best path selection process. There
are two solutions to this issue.
The first solution is to advertise these transit networks into the IGP domains of
AS 100 and AS 200 respectively. This can be accomplished by simply
redistributing connected or issuing a network statement on the BGP border
routers of AS 100 and AS 200.
The second solution, and the one that was chosen here, is to update the next
hop value when these EBGP learned updates are passed on to iBGP speaking
neighbors. For example, R6 has the neighbor 129.1.46.4 next-hop-self
command configured. Therefore when R4 sees routes that were passed into AS
100 from BB1, the next hop value will be 129.1.46.6 instead of 54.1.1.254. For
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 19
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
this reason the iBGP speaking routers do not need to maintain reachability
information about transit EBGP networks.
Task 5.1 Verification
Rack1R2#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
129.1.23.3 4 200 21 24 14 0 0 00:17:57 0
129.1.124.4 4 100 24 22 14 0 0 00:17:37 10
192.10.1.254 4 254 22 23 14 0 0 00:17:24 3
Rack1R3#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
129.1.13.1 4 200 45 45 40 0 0 00:41:14 0
129.1.23.2 4 200 31 29 40 0 0 00:18:30 13
Rack1R1#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
129.1.13.3 4 200 46 48 21 0 0 00:42:25 0
129.1.17.7 4 200 45 46 21 0 0 00:40:24 10
129.1.124.4 4 100 7 4 21 0 0 00:00:04 10
Rack1SW1#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
129.1.17.1 4 200 47 46 11 0 0 00:41:11 10
129.1.78.8 4 100 47 43 11 0 0 00:40:54 10
Rack1SW2#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
129.1.58.5 4 100 47 50 11 0 0 00:43:03 0
129.1.78.7 4 200 45 49 11 0 0 00:42:48 0
204.12.1.254 4 54 51 50 11 0 0 00:42:35 10
Rack1R5#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
129.1.58.8 4 100 52 49 14 0 0 00:45:16 10
150.1.4.4 4 100 50 49 14 0 0 00:46:39 3
Rack1R4#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
129.1.46.6 4 100 54 51 14 0 0 00:46:17 10
129.1.124.1 4 200 9 12 14 0 0 00:05:44 0
129.1.124.2 4 200 36 40 14 0 0 00:25:01 3
150.1.5.5 4 100 50 51 14 0 0 00:47:26 0
Rack1R6#show ip bgp summary | begin Neighbor
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
54.1.1.254 4 54 54 51 14 0 0 00:46:46 10
129.1.46.4 4 100 51 54 14 0 0 00:46:53 3
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
12 - 20
-
IEWB-RS Version 4.0 Solutions Guide Lab 12
Task 5.2
R1:
router bgp 200
neighbor 129.1.17.7 route-reflector-client
R3:
router bgp 200
neighbor 129.1.23.2 route-reflector-client
R4:
router bgp 100
neighbor 129.1.46.6 route-reflector-client
R5:
router bgp 100
neighbor 129.1.58.8 route-reflector-client
Task 5.2 Verification
Rack1R1#show ip bgp quote-regexp ^254 | begin Netw
Network Next Hop Metric LocPrf Weight Path
*>i205.90.31.0 129.1.23.2 0 100 0 254 ?
*>i220.20.3.0 129.1.23.2 0 100 0 254 ?
*>i222.22.2.0 129.1.23.2 0 100 0 254 ?
Rack1R1#show ip bgp quote-regexp ^100 | begin Netw
Network Next Hop Metric LocPrf Weight Path
*> 28.119.16.0/24 129.1.124.4 0 100 54 i
* i 129.1.17.7 0 100 0 100 54 i
*> 28.119.17.0/24 129.1.124.4 0 100 54 i
* i 129.1.17.7 0 100 0 100 54 i
*> 112.0.0.0 129.1.124.4 0 100 54 50 60 i
* i 129.1.17.7 0 100 0 100 54 50 60 i
*> 113.0.0.0 129.1.124.4 0 100 54 50 60 i
* i 129.1.17.7 0 100 0 100 54 50 60 i
*> 114.0.0.0 129.1.124.4 0 100 54 i
* i 129.1.17.7 0 100 0 100 54 i
*> 115.0.0.0 129.1.124.4 0 100 54 i
* i 129.1.17.7 0 100 0 100 54 i