diff options
Diffstat (limited to 'tests/topotests/bgp_snmp_mplsl3vpn/ce2')
-rw-r--r-- | tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf | 12 | ||||
-rw-r--r-- | tests/topotests/bgp_snmp_mplsl3vpn/ce2/snmpd.conf | 18 | ||||
-rw-r--r-- | tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf | 19 |
3 files changed, 49 insertions, 0 deletions
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf new file mode 100644 index 0000000..e388ccb --- /dev/null +++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf @@ -0,0 +1,12 @@ +log file /tmp/bgpd.log debugging +! +router bgp 65001 + bgp router-id 192.168.200.10 + timers bgp 3 9 + neighbor 192.168.200.20 remote-as 65001 + neighbor 192.168.200.20 update-source 192.168.200.10 + ! + address-family ipv4 unicast + redistribute connected + exit-address-family +! diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce2/snmpd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/snmpd.conf new file mode 100644 index 0000000..c8d0bab --- /dev/null +++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/snmpd.conf @@ -0,0 +1,18 @@ +agentAddress udp:161 + +com2sec public localhost public + +group public_group v1 public +group public_group v2c public + +access public_group "" any noauth prefix all all none + +view all included .1 + +iquerySecName frr +rouser frr + +master agentx + +agentXSocket /etc/frr/agentx +agentXPerms 777 755 root frr diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf new file mode 100644 index 0000000..5e0aa5d --- /dev/null +++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf @@ -0,0 +1,19 @@ +log file /tmp/zebra.log +log stdout +! +! debug zebra events +! debug zebra dplane +! +! +interface ce2-eth0 + ip address 192.168.200.10/24 + ipv6 address 2000:1:1:200::10/64 +! +! +interface lo + ip address 10.6.6.6/32 + ipv6 address 2000:6:6:6::6/128 +! +! +! +line vty |