3com 3031 Instruccion De Instalación

Descargar
Página de 1122
BGP Configuration
545
Configuring description of a peer (group)
In order to help understand the characteristics of a peer, you can configure 
description for a peer (group).
By default, no BGP peer (group) description is set.
Configuring to permit connections with EBGP peer (groups) on indirectly 
connected networks
Generally, EBGP peers must be connected physically, or the command below can 
be used to perform the configuration.
By default, it is only permitted to create connections with peer groups on directly 
connected networks. ttl represents the maximum hop count, ranging from 1 to 
255. By default, it is 64.
Configuring timer of a specified peer (group)
The 
peer timer
 command is used to configure the timer of a specified BGP peer 
(group), including the keep-alive message interval and the hold timer. The 
preference of this command is higher than the 
timer
 command that is used to 
configure timers for all the BGP peers.
By default, the keep-alive message is sent every 60 seconds and the value of the 
hold timer is 180 seconds.
Table 633   Configuring description of a peer (group)
Operation
Command
Configure description of a peer 
(group)
peer { peer-address | group-name } 
description description-line
Delete description of a peer (group)
undo peer { peer-address | group-name 
} description
Table 634   Configuring to permit connections with EBGP peer (groups) on indirectly 
connected networks
Operation
Command
Configure to permit connections 
with EBGP peer (groups) on 
indirectly connected networks
peer group-name ebgp-max-hop [ ttl ]
Configure to permit connections 
with EBGP peer (groups) on 
directly connected networks only
undo peer group-name ebgp-max-hop 
Table 635   Configuring timer of a peer (group)
Operation
Command
Configure keep-alive interval and hold 
timer of a specified peer (group)
peer { group-name | peer-address } 
timer keep-alive keepalive-interval
 
hold holdtime-interval
}
Restore the default keep-alive interval 
and hold timer of a specified peer 
(group)
undo peer { group-name | peer-address 
} timer