D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
153
Example usage:
To disable the BGP peer idle trap state:
DGS-3627:admin# config bgp trap peer_idle disable
Command: config bgp trap peer_idle disable
Success.
DGS-3627:admin#
show bgp trap
Purpose This command is used to show the BGP trap state.
Syntax
show bgp trap_state
Description This command displays the BGP trap state.
Parameters None.
Restrictions None.
Example usage:
To display the BGP trap state:
DGS-3627:admin# show bgp trap_state
Command: show bgp trap_state
BGP Trap State:
BGP Peer Established: Enabled.
BGP Peer Idle: Enabled
DGS-3627:admin#
config bgp scan_timer
Purpose This command is used to configure the BGP scan timer value. BGP will check the next hop
whether it is reachable from the BGP route before the timer expires.
Syntax
config bgp scan_timer [<sec 5-60> | default]
Description This command configures the BGP scan timer value.
Parameters
<sec 5-60> - Set the BGP scan timer value from 5 to 60 seconds. The default value is 60
seconds
default - Set the BGP scan timer to the default value.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the BGP scan timer to 30 seconds:
DGS-3627:admin# config bgp scan_timer 30
Command: config bgp scan_timer 30
Success.
DGS-3627:admin#