Connectivity Guide

Table Of Contents
2. From the ROUTER BGP mode, enter the ROUTER BGP VRF mode using the vrf vrf-name
command.
Example
OS10(conf-router-bgp-10)# template solar
OS10(conf-router-bgp-template)#
Supported
Releases
10.3.0E or later
timers
Adjusts BGP keepalive and holdtime timers.
Syntax
timers keepalive holdtime
Parameters
keepaliveEnter the time interval, in seconds, between keepalive messages sent to the neighbor
routers, from 1 to 65535.
holdtimeEnter the time interval, in seconds, between the last keepalive message and declaring a
router dead, from 3 to 65535.
Default keepalive 60 seconds; holdtime 180 seconds
Command Mode ROUTER-BGP
Usage
Information
The configured timer value becomes effective after a BGP hard reset. The timer values negotiate from
peers. The no version of this command resets the value to the default.
Example
OS10(conf-router-bgp)# timers 30 90
Supported
Releases
10.3.0E or later
vrf
Enters the CONFIG-ROUTER-VRF command mode.
Syntax
vrf vrf-name
Parameters None
Default None
Command Mode ROUTER-BGP
Usage
Information
This mode allows you to apply BGP configurations to non-default VRFs.
Example
OS10(config)#router bgp 100
OS10(config-router-bgp-100)#
OS10(config-router-bgp-100)#vrf vrf_test1
OS10(config-router-bgp-100-vrf)#
Supported
Releases
10.3.0E or later
weight
Assigns a default weight for routes from the neighbor interfaces.
Syntax
weight number
470 Layer 3