From e2bbf175a2184bd76f6c54ccf8456babeb1a46fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2024 15:16:35 +0200 Subject: Adding upstream version 9.1. Signed-off-by: Daniel Baumann --- tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf | 12 ++++++++++++ tests/topotests/bgp_snmp_mplsl3vpn/ce2/snmpd.conf | 18 ++++++++++++++++++ tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf | 19 +++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf create mode 100644 tests/topotests/bgp_snmp_mplsl3vpn/ce2/snmpd.conf create mode 100644 tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf (limited to 'tests/topotests/bgp_snmp_mplsl3vpn/ce2') 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 -- cgit v1.2.3