D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 3 BFD Configuration
3-24
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)#interface FastEthernet 0/1
DES-7200(config-if)#no switchport
DES-7200(config-if)#ip address 192.168.201.11 255.255.255.0
DES-7200(config-if)#bfd interval 50 min_rx 50 multiplier 3
DES-7200(config-if)#vrrp 1 priority 120
DES-7200(config-if)#vrrp 1 ip 192.168.201.1
DES-7200(config-if)#vrrp 1 bfd 192.168.201.12
DES-7200(config-if)#end
Execute the following steps to configure the BFD for VRRP to follow the
specified neighbor IP.
Command Function
DES-7200>enable
Enter the privileged mode.
DES-7200# configure terminal
Enter the global configuration mode.
DES-7200(config)# interface type
number
Enter the interface configuration mode.
DES-7200(config-if)#vrrp
group-number ip
[ip-address[secondary]]
Create the VRRP group and virtual Ip
address on the specified interface.
DES-7200(config-if)# vrrp
group-number track bfd
interface-type interface-number
ip-addess [priority]
Specify the VRRP group to follow the
neighbor IP address of the specified
interface.
Use the no form of this command to remove
this configuration.
DES-7200(config)-if# end
(Optional) Exit to the privileged mode.
DES-7200# show bfd neighbor
[details]
(Optional) Show the information of the BFD
session establishment and whether VRRP is
associated to the specified session.
DES-7200#show vrrp
(Optional) Verify whether VRRP is
associated to the specified session and
follows the specified neighbor IP.
Use the no vrrp group-number track bfd interface-type interface-number ip-addess
comman
d in the interface configuration mode to disable the BFD for VRRP and
the application of following the specified neighbor IP.
The following example shows how to specify the VRRP to follow the specified neighbor
192.168.1.3:
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)#interface FastEthernet 0/1