13 neighbor soo, 14 redistribute – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 548
CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 548 of 855
27.13 neighbor soo
Use this command to enable site-of-origin feature.
Use the no parameter with this command to disable this feature.
Command Syntax
neighbor NEIGHBORADDRESS soo SOO-VAL
no neighbor NEIGHBORADDRESS soo
NEIGHBORADDRESS neighbor IP address. Use A.B.C.D form.
SOO-VAL = ASN|IPID
ASN = AS Number:NN Specifies a 16-bit AS number and an arbitrary number (for example 100:1)
IPID = A.B.C.D|NN Specifies a 32-bit IP address and an arbitrary number (for example
192.34.23.1:1)
Command Mode
Address Family-vrf mode
Usage
If the customer AS is multi-homed to ISP, this command ensures that PE does not advertise the routes back
to same AS.
Examples
Switch(config-router)# address-family ipv4 vrf VRF_A
Switch(config-router-af)# neighbor 10.10.0.1 soo 100:1
Related Commands
address-family ipv4 vrf, neighbor remote-as
27.14 redistribute
Use this command to redistribute routes between routing domains.
Command Syntax
(no) redistribute static|connected|rip|ospf (route-map WORD)
static redistribute static routes in the VRF
connected redistribute connected routes in the VRF
rip
ospf
WORD A pointer to route-map entries.
Command Mode