Neighbor Route-Map (Bgp Router Configuration) - Dell N1100-ON Reference Manual

Table of Contents

Advertisement

console(config-vlan10,20,30)#exit
console(config)#interface vlan 10
console(config-if-vlan10)#ipv6 enable
console(config-if-vlan10)#ipv6 address 2001::1/64
console(config-if-vlan10)#exit
console(config)#interface vlan 20
console(config-if-vlan20)#ipv6 enable
console(config-if-vlan20)#ip address 1.1.1.1 /24
console(config-if-vlan20)#ipv6 address 2002::1/64
console(config-if-vlan20)#exit
console(config)#interface vlan 30
console(config-if-vlan30)#ip address 2.2.2.2 /24
console(config-if-vlan30)#exit
console(config)#router bgp 100
console(config-router)#redistribute connected
console(config-router)#neighbor 2001::2 remote-as 200
console(config-router)#neighbor 2001::2 rfc5549-support
console(config-router)#neighbor 2002::2 remote-as 300

neighbor route-map (BGP Router Configuration)

Use the neighbor route-map command to apply a route map to incoming or
outgoing routes for a specific neighbor. To remove the route map, use the no
form of this command.
Syntax
neighbor ip-address route-map map-name { in | out }
no neighbor ip-address route-map map-name { in | out }
ip-address—The neighbor's IP address.
route-map map-name—The name of the route map to be used to filter
route updates on the specified interface.
in | out—Whether the route map is applied to incoming or outgoing
routes.
Default Configuration
No route maps are applied by default.
Layer 3 Routing Commands
1293

Advertisement

Table of Contents
loading

This manual is also suitable for:

N1500N3100-onN4000N2100-onN2000N3000

Table of Contents