D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 3 BFD Configuration
3-37
# Enable BGP and configure the BFD for BGP to detect the neighbor
172.16.11.2:
DES-7200(config-if)# exit
DES-7200(config-router)# router bgp 45000
DES-7200(config-router)# bgp log-neighbor-changes
DES-7200(config-router)# neighbor 172.16.11.2 remote-as 40000
DES-7200(config-router)# neighbor 172.16.11.2 fall-over bfd
DES-7200(config-router)# address-family ipv4
DES-7200(config-router-af)# neighbor 172.16.10.2 activate
DES-7200(config-router-af)# no auto-summary
DES-7200(config-router-af)# no synchronization
DES-7200(config-router-af)# network 172.19.0.0 mask 255.255.255.0
DES-7200(config-router-af)# exit-address-family
DES-7200(config-router)# end
2) RouterB Configuration
# Configure the Routed Port, the IP address, the BFD session parameter for
Router B:
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)# interface GigabitEthernet2/1
DES-7200(config-if)# no switchport
DES-7200(config-if)# ip address 172.16.11.2 255.255.255.0
DES-7200(config-if)# bfd interval 50 min_rx 50 multiplier 3
# Configure the Routed Port gi1/1:
DES-7200(config-if)# exit
DES-7200(config)# interface GigabitEthernet1/1
DES-7200(config-if)# no switchport
DES-7200(config-if)# ip address 172.20.0.1 255.255.255.0
# Enable BGP and configure the BFD for BGP to detect the neighbor
172.16.11.1:
DES-7200(config-if)# exit
DES-7200(config-router)# router bgp 40000
DES-7200(config-router)# bgp log-neighbor-changes
DES-7200(config-router)# neighbor 172.16.11.1 remote-as 45000
DES-7200(config-router)# neighbor 172.16.11.1 fall-over bfd
DES-7200(config-router)# address-family ipv4
DES-7200(config-router-af)# neighbor 172.16.11.1 activate
DES-7200(config-router-af)# no auto-summary
DES-7200(config-router-af)# no synchronization
DES-7200(config-router-af)# network 172.20.0.0 mask 255.255.255.0
DES-7200(config-router-af)# exit-address-family