D-Link DXS-3600 Series Cli Reference Manual page 206

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
This example shows how to show the routes specified by a route map named internal-map being
unsuppressed for neighbor 172.16.10.10.
Switch# configure terminal
Switch(config)# router bgp 65100
Switch(config-router)# address-family ipv4
Switch(config-router-af)# neighbor 172.16.10.10 unsuppress-map internal-map
11-62
neighbor update-source
This command is used to allow a BGP session to use any operational interface's IP address as the
source address to initiate the TCP connections. Use the no form of this command to restore the interface
assignment to the closest interface.
neighbor {IP-ADDRESS | PEER-GROUP-NAME} update-source INTERFACE-TYPE INTERFACE-
NUMBER
no neighbor {IP-ADDRESS | PEER-GROUP-NAME} update-source
Parameters
IP-ADDRESS
PEER-GROUP-NAME
INTERFACE-TYPE
INTERFACE-NUMBER
Default
The best local address is used.
Command Mode
Router Configuration Mode.
Address Family Configuration (VRF) Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to specify any operating interface as the source interface for the BGP session. By
default, the BGP router will choose an interface closest to the remote peer. The loopback interface is
most commonly used with this command. The use of the loopback interface eliminates the dependency
on the availability of a particular interface for making TCP connections.
Example
This example shows how to configure the internal BGP sessions to use VLAN 1 for the neighbor
172.16.10.10.
Switch# configure terminal
Switch(config)# router bgp 65100
Switch(config-router)# neighbor 172.16.10.10 update-source vlan 1
Specifies the IP address of the neighbor peer.
Specifies the name of the BGP peer group.
Specifies the type of the interface. The supporting types are VLAN
interface and loopback interface.
Specifies the number of the interface. The interface number's range is
from 1 to 8 for the loopback interface and from 1 to 4094 for the VLAN
interface.
201

Advertisement

Table of Contents
loading

Table of Contents