Users Guide

Table Of Contents
Usage
Information
When you configure the updatesource loopback command for a template, all the neighbors
belonging to the template inherit the feature.
Example
OS10(config)# router bgp 10
OS10(conf-router-bgp-10)# neighbor
OS10(conf-router-bgp-10)# neighbor 1.1.15.4
OS10(conf-router-neighbor)# update-source Loopback 1
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 nondefault 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
Parameters numberEnter a number as the weight for routes, from 1 to 4294967295.
Default 0
Command Mode ROUTER-BGP-NEIGHBOR
Usage
Information
The path with the highest weight value is preferred in the best-path selection process. The no version of
this command resets the value to the default.
Example
OS10(conf-router-bgp-neighbor)# weight 4096
Supported
Releases
10.3.0E or later
Equal cost multi-path
ECMP is a routing technique where next-hop packet forwarding to a single destination occurs over multiple best paths. When
you enable ECMP, OS10 uses a hash algorithm to determine the next-hop. The hash algorithm makes hashing decisions based on
values in various packet fields and internal values.
700
Layer 3