DES-7200 Configuration Guide Chapter 2 RIP
Configuration
2-36
Figure 7 Example of Triggered RIP configuration
By configuring Triggered RIP, routing information can be exchanged between
Router A and Router B on WAN link, and split horizon with poisoned reverse shall
be enabled.
Detailed Configurations
Device A:
# Enable PPP link protocol on the interface and configure interface address;
Enable TRIP and split horizon with poisoned reverse.
interface Serial 0/0
encapsulation ppp
ip address 192.168.12.1 255.255.255.0
ip rip triggered
ip rip split-horizon poisoned-reverse
# Configure RIP routing protocol
router rip
network 192.168.12.0
Device B:
# Enable PPP link protocol on the interface and configure interface address;
Enable TRIP and split horizon with poisoned reverse.
interface Serial 0/0
encapsulation ppp
ip address 192.168.12.2 255.255.255.0
ip rip triggered
ip rip split-horizon poisoned-reverse
# Configure RIP routing protocol
router rip
network 192.168.12.0