3com S7906E Guide De Référence

Page de 2327
 
1-69 
Default Level 
1: Monitor level 
Parameters 
None 
Description 
Use the reset bgp ipv4 all command to reset all the BGP connections of IPv4 unicast address family.  
Examples 
# Reset all the BGP connections of IPv4 unicast address family.  
<Sysname> reset bgp ipv4 all 
router-id 
Syntax 
router-id router-id 
undo router-id 
View 
BGP view 
Default Level 
2: System level 
Parameters 
router-id: Router ID in IP address format.  
Description 
Use the router-id command to specify a router ID.  
Use the undo router-id command to remove the router ID.  
To run BGP protocol, a router must have a router ID, which is an unsigned 32-bit integer, the unique ID 
of the router in the AS.  
You can specify a router ID manually. If not, the system selects an IP address as the router ID. The 
selection sequence is the highest IP address among loopback interface addresses; if not available, then 
the highest IP address of interfaces. It is recommended to specify a loopback interface address as the 
router ID to enhance network reliability. 
Only when the interface with the selected Router ID or the manual Router ID is deleted will the system 
select another ID for the router. 
Examples 
# Specifies the Router ID as 10.18.4.221.  
<Sysname> system-view 
[Sysname] bgp 100 
[Sysname-bgp] router-id 10.18.4.221