...
BGPoSVR | show config running authority router Lanner1 routing default-instance routing-protocol bgp
| |||||||||||||||||||||||
BGP to end router | show config running authority router Lanner1 routing default-instance routing-protocol bgp
| |||||||||||||||||||||||
Service |
Code Block | ||||
---|---|---|---|---|
| ||||
admin@node1.Lanner1# show config running authority service to-vrf11-10-100-11-0
config
authority
service to-vrf11-10-100-11-0
name to-vrf11-10-100-11-0
security internal
address 10.100.11.0/24
access-policy customer1
source customer1
exit
service-policy mpls_then_mgmt_Lanners
exit
exit
exit
|
Code Block | ||||
---|---|---|---|---|
| ||||
admin@node1.Lanner1# show config running authority router Lanner1 service-route SR-to-vrf11-10-100-11-0
config
authority
router Lanner1
name Lanner1
service-route SR-to-vrf11-10-100-11-0
name SR-to-vrf11-10-100-11-0
service-name to-vrf11-10-100-11-0
next-hop node1 lan5-netif-vlan11
node-name node1
interface lan5-netif-vlan11
exit
exit
exit
exit
exit
|
Code Block | ||||
---|---|---|---|---|
| ||||
[edit routing-instances vr-11] root@srx3200# [edit routing-instances vr-11] root@srx3200# show protocols { bgp { group eBGP { peer-as 65101; neighbor 10.100.11.1; } local-as 65111; } } interface ge-0/0/3.11; interface lo0.11; instance-type virtual-router; routing-options { router-id 10.100.110.1; autonomous-system 65111; static { route 0.0.0.0/0 next-hop 10.100.11.1; } } |
...