550
RIP, OSPF, ISIS, etc will be regarded as IGP (internal generated), or else as
INCOMPLETE
Example:
Switch(config)# bgp rfc1771-strict
Switch(config)# no bgp rfc1771-strict
14.8.3.26 bgp router-id
Command: bgp router-id <ip-address>
no bgp router-id [<IP-ADDRESS>]
Function:
Configure the router ID manually. The “
no bgp router-id [<IP-ADDRESS>]
”
cancels this configuration
Parameter: <ip-address>:
Router ID
Default:
Automatically acquire router ID
Command Mode:
BGP routing mode.
Usage Guide:
Manually set the router ID with this command
Example:
Switch(config-router)# bgp router-id 1.1.1.1
14.8.3.27 bgp scan-time
Command:bgp scan-time <0-60>
no bgp scan-time [<0-60>]
Function:
Set the time interval of the periodical next-hop validation; the “
no bgp
scan-time [<0-60>]
” command restores to the default value
Parameter: <0-60>
: Validation time interval
Default:
Default interval is 60s
Command Mode:
BGP routing mode.
Usage Guide:
Validate the next-hop of BGP route, this command is for configuring the
interval of this check. Set the parameter to 0 if you don’t want to check
Example:
Switch(config-router)# bgp scan-time 30
14.8.3.28 clear ip bgp
Command: clear ip bgp [view <NAME>] {<*>|<as-id>| external|peer-group
<NAME>|<ip-address>} [<ADDRESS-FAMILY>] [in [prefix-filter] |out|soft [in|out]]
Function:
Clear up BGP links or states
Parameter:
all
<as-id>
: AS number;
<NAME>
: Respectively BGP instance name and peer group name.
<ip-address>
: IP address
<ADDRESS-FAMILY>
: “ipv4 unicast”.” Address family
Default:
None