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

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
Parameters
IP-ADDRESS
PEER-GROUP-NAME
TTL
Default
The eBGP peer must be directly connected to the router.
Command Mode
Router Configuration Mode.
Address Family Configuration Mode (VRF).
Command Default Level
Level: 12.
Usage Guideline
Use this command to allow the router to establish a BGP session with an eBGP peer that is not directly
connected to the local peer. The user can specify the desired TTL value or not to specify to use the
maximum TTL.
Example
This example shows how to allow the router to establish a BGP session with an eBGP peer 172.16.10.10
that is not directly connected to the local peer.
Switch# configure terminal
Switch(config)# router bgp 65100
Switch(config-router)# network 10.108.0.0
Switch(config-router)# neighbor 172.16.1.1 ebgp-multihop
11-44
neighbor filter-list
This command is used to set up a BGP filter for the exchange of routing information with the specified
neighbor. Use the no command to disable this function.
neighbor {IP-ADDRESS | PEER-GROUP-NAME} filter-list AS-LIST-NAME {in | out}
no neighbor {IP-ADDRESS | PEER-GROUP-NAME} filter-list AS-LIST-NAME {in | out}
Parameters
IP-ADDRESS
PEER-GROUP-NAME
AS-LIST-NAME
in
out
Default
Specifies the IP address of the neighbor peer.
Specifies the name of the BGP peer group.
(Optional) Specifies the TTL value used for the BGP session.
Specifies the IP address of the neighbor peer.
Specifies the name of the BGP peer group.
Specifies the name of an AS path access list. An AS path access list is
defined by the ip as-path access-list command.
Specifies to apply the check for access lists in the ingress direction.
Specifies to apply the check for access lists in the egress direction.
185

Advertisement

Table of Contents
loading

Table of Contents