IP Routing Solutions

4
IP Routing Solutions Routing to Multipoint Broadcast Interfaces R1: ip route 150.1.4.0 255.255.255.0 155.1.146.4 ip route 150.1.6.0 255.255.255.0 FastEthernet0/0 arp 150.1.6.6 0011.93da.bf40 arpa R6: interface FastEthernet0/0.146 no ip proxy-arp << R1 will not be ables resolve the destination 150.1.6.6 Routing to NBMA Interfaces R5: interface Serial0/0 frame-relay map ip 150.1.2.2 502 ! ip route 150.1.1.0 255.255.255.0 155.1.0.1 ip route 150.1.2.0 255.255.255.0 Serial0/0 ! This means that when R5 sends traffic to 150.1.1.1 it will use the DLCI that is associated with 155.1.0.1 (DLCI 501), but when it sends traffic to 150.1.2.2 it will look for the DLCI associated directly with 150.1.2.2. Longest Match Routing R4: ip route 150.1.5.0 255.255.255.0 Serial0/1 ip route 150.1.0.0 255.255.0.0 155.1.0.5 Floating Static Routes R4: ip route 150.1.5.0 255.255.255.0 Serial0/1 10 ip route 150.1.5.0 255.255.255.0 155.1.0.5 20 Backup Interface ip route 150.1.5.0 255.255.255.0 Serial0/1 ip route 150.1.5.0 255.255.255.0 155.1.0.5 ! interface Serial0/0.1 point-to-point backup delay 3 60 backup interface Serial0/1 Reliable Static Routing with Enhanced Object Tracking R4: ip sla monitor 1 type echo protocol ipIcmpEcho 155.1.146.1 source-interface FastEthernet0/1

description

CCIE IP Routing

Transcript of IP Routing Solutions

[Type text][Type text][Type text]

IP Routing SolutionsRouting to Multipoint Broadcast InterfacesR1:

ip route 150.1.4.0 255.255.255.0 155.1.146.4

ip route 150.1.6.0 255.255.255.0 FastEthernet0/0

arp 150.1.6.6 0011.93da.bf40 arpa

R6:

interface FastEthernet0/0.146

no ip proxy-arp