A SERVICE OF

logo

xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
119
delete bgp network
Parameters
<network_address> - Represents the local network that BGP will advertise.
all - Deletes all BGP networks.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete network 10.108.0.0/16 to be advertised in the BGP updates:
DGS-3627:admin# delete bgp network 10.108.0.0/16
Command: delete bgp network 10.108.0.0/16
Success.
DGS-3627:admin#
show bgp network
Purpose This command is used to show the networks advertised by the Border Gateway Protocol
(BGP).
Syntax
show bgp network {<network_address>}
Description This command used to show the networks advertised by BGP.
Parameters
<network_address> - Represents the local network that BGP will advertise.
If a specific network address is not specified, all network addresses will be displayed.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To show network 10.108.0.0/16 advertised in the BGP updates:
DGS-3627:admin# show bgp network 10.108.0.0/16
Command: show bgp network 10.108.0.0/16
Network Address Route Map
----------------- -------------
10.108.0.0/16 -
Total Network Number: 1
DGS-3627:admin#
config bgp timer
Purpose This command is used to configure the BGP protocol timer.
Syntax
config bgp timer holdtime <sec 0-65535> keepalive <sec 0-65535>
Description This command is used to configure the BGP protocol timer.
The hold time needs to be at least three times that of the keepalive time.
If the timer is specified for specific neighbors, then the neighbor specific timer will take effect.
Parameters
holdtime - The valid values are from 0 to 65535.
The system will declare a peer as dead if a keepalive message is received that is
more than the hold time.