D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 3 BFD Configuration
3-21
Command Function
DES-7200(config)# [ip|ipv6] route
prefix mask {ip-address |
interface-type interface-number
[ip-address]}
Configure the static route.
In order to ensure the BFD for static route
configuration, the input parameters of
interface-type interface-number and
ip-address and the ones configured in step3
must be consistent.
DES-7200(config)# end
(Optional) Exit to the privileged mode.
DES-7200# show bfd neighbor
[details]
(Optional) Show the information of the BFD
session establishment and whether the static
route is associated to the specified session.
Use the no ip route static bfd [vrf vrf-name] interface-type interface-number
gateway command in the interface configuration mode to disable the BFD for
static route.
The following example shows how to enable the BFD for static route, and detect
the forwarding path with the neighbor 172.16.0.2:
DES-7200# configure terminal
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 172.16.0.1 255.255.255.0
DES-7200(config-if)# bfd interval 50 min_rx 50 multiplier 3
DES-7200(config-if)# ip route static bfd FastEthernet 0/1 172.16.0.2
DES-7200(config-if)# ip route 10.0.0.0 255.0.0.0 FastEthernet 0/1 172.16.0.2
DES-7200(config-if)# end
3.3.10 Configuring the BFD for
PBR
Execute the following steps to configure the BFD for PBR.
Command Function
DES-7200>enable
Enter the privileged mode.
DES-7200# configure terminal
Enter the global configuration mode.
DES-7200(config)# route-map
route-map-name
[permit | deny] sequence
Define the route map and enter the
route-map configuration mode.
DES-7200(config-route-map)#match
ip address access-list-number
Configure the matched access list.