Figure 27-3 Example of Configuring Packet Unicast for the RIP
Following are to be implemented via the configuration of RIP packet unicast:
1. Router A can learn the route of notification from Router C.
2. Router C cannot learn the route of notification from Router A.
Detailed configuration of devices
To achieve the above purposes, RIP packet unicast must be configured at router A.
Configuration of Device A
# Configuring Ethernet port
interface FastEthernet0/0
ip address 192.168.12.1 255.255.255.0
#Configure the loopback port
interface Loopback0
ip address 192.168.10.1 255.255.255.0
# Configuring RIP route protocol
router rip
version 2
network 192.168.12.0
network 192.168.10.0
passive-interface FastEthernet0/0
neighbor 192.168.12.2
Configuration of Device B:
# Configuring Ethernet interface
interface FastEthernet0/0
ip address 192.168.12.2 255.255.255.0
#Configure the loopback port