API Guide

Example
(Connected)
OS10(conf-router-bgp-102)# address-family ipv4 unicast
OS10(conf-router-bgpv4-af)# redistribute connected route-map mapbgp1
Example (Static
IPv4)
OS10(conf-router-bgp-102)# address-family ipv4 unicast
OS10(conf-router-bgpv4-af)# redistribute static route-map mapbgp2
Example (Static
IPv6)
OS10(conf-router-bgp-102)# address-family ipv6 unicast
OS10(conf-router-bgpv6-af)# redistribute static
Example (OSPF
IPv4)
OS10(conf-router-bgp-102)# address-family ipv4 unicast
OS10(conf-router-bgpv4-af)# redistribute ospf 1
Example (OSPF
IPv6)
OS10(conf-router-bgp-102)# address-family ipv6 unicast
OS10(conf-router-bgpv6-af)# redistribute ospf 1
Supported
Releases
10.2.0E or later
remote-as
Adds a remote AS to the specified BGP neighbor or peer group.
Syntax
remote-as as-number
Parameters as-number Specify AS number ranging from 1 to 65535 for 2 byte or 1 to 4294967295 for 4 byte.
Defaults None
Command Modes
CONFIG-ROUTER-NEIGHBOR
CONFIG-ROUTER-TEMPLATE
Usage
Information
The no version of this command deletes the remote AS.
Example
OS10(config)# router bgp 300
OS10(config-router-bgp-300)# template ebgppg
OS10(config-router-template)# remote-as 100
Supported
Releases
10.4.1.0 or later
remove-private-as
Removes private AS numbers from receiving outgoing updates.
Syntax
remove-private-as
Parameters None
Defaults Disabled
Command Mode
CONFIG-ROUTER-NEIGHBOR
CONFIG-ROUTER-TEMPLATE
Usage
Information
None
Layer 3 637