DES-7200 Configuration Guide Chapter 2 RIP
Configuration
2-35
ip vrf redvpn
# Bind the interface to VRF and configure interface address
interface FastEthernet 1/0
ip vrf forwarding redvpn
ip address 192.168.12.1 255.255.255.0
# Configure RIP routing protocol and create RIP instance
router rip
address-family ipv4 vrf redvpn
network 192.168.12.0
graceful-restart grace-period 90
timers basic 45 270 180
exit-address-family
Device B:
# Create VRF
ip vrf bluevpn
# Bind the interface to VRF and configure interface address
interface FastEthernet 1/0
ip vrf forwarding bluevpn
ip address 192.168.12.3 255.255.255.0
# Configure RIP routing protocol and create RIP instance
router rip
address-family ipv4 vrf bluevpn
network 192.168.12.0
timers basic 45 270 180
exit-address-family
2.3.8 Example of Triggered RIP configuration
Requirements
Two routers are interconnected through PPP link and running RIP routing protocol.
The connection layout and IP address distribution are shown in "Fig 7 Example of
Triggered RIP configuration".