summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.conf.vnc.sample
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2017-05-04 19:06:13 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2017-05-04 19:06:13 +0200
commit30dff1e43723412f6de499b5bfe8c690c34a635a (patch)
treecfa56dc99b50e83fb176b23b555bf411a2972b18 /bgpd/bgpd.conf.vnc.sample
parentbgpd: hide "router bgp" commands also under "address-family ipv4 unicast" (diff)
downloadfrr-30dff1e43723412f6de499b5bfe8c690c34a635a.tar.xz
frr-30dff1e43723412f6de499b5bfe8c690c34a635a.zip
bgpd: hide "router bgp" commands also under "address-family ipv4 unicast"
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Updated the docs and sample configs
Diffstat (limited to 'bgpd/bgpd.conf.vnc.sample')
-rw-r--r--bgpd/bgpd.conf.vnc.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/bgpd/bgpd.conf.vnc.sample b/bgpd/bgpd.conf.vnc.sample
index 863abde3a..a8a2dc5fa 100644
--- a/bgpd/bgpd.conf.vnc.sample
+++ b/bgpd/bgpd.conf.vnc.sample
@@ -19,13 +19,15 @@ router bgp 64512
neighbor 192.1.1.2 description H192.1.1.2
neighbor 192.1.1.2 update-source 192.1.1.1
neighbor 192.1.1.2 advertisement-interval 1
- no neighbor 192.1.1.2 activate
neighbor 192.1.1.3 remote-as 64512
neighbor 192.1.1.3 description H192.1.1.3
neighbor 192.1.1.3 update-source 192.1.1.1
neighbor 192.1.1.3 advertisement-interval 1
- no neighbor 192.1.1.3 activate
+
+ address-family ipv4 unicast
+ no neighbor 192.1.1.2 activate
+ no neighbor 192.1.1.3 activate
address-family vpnv4
neighbor 192.1.1.2 activate