cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
2
Helpful
2
Replies

Multiple Vlans

gcook0001
Level 1
Level 1

I am trying to setup the Enterprise agent on our C9407 switch. We would like to be able to monitor devices on different vlans. I can access devices on the first vlan but the others it gives me an error.

I have the following Network Interfaces setup.

Network Interfaces
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 87: sss@if88: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default link/ether 52:54:99:99:00:00 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.10.66/27 brd 192.168.10.95 scope global sss valid_lft forever preferred_lft forever inet6 fe80::5054:99ff:fe99:0/64 scope link valid_lft forever preferred_lft forever 89: eth0@if90: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 52:54:dd:fa:f5:f7 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 172.29.0.20/21 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::5054:ddff:fefa:f5f7/64 scope link valid_lft forever preferred_lft forever 91: eth1@if92: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 52:54:dd:ac:5a:52 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 172.30.0.19/24 scope global eth1 valid_lft forever preferred_lft forever inet6 fe80::5054:ddff:feac:5a52/64 scope link valid_lft forever preferred_lft forever 93: eth2@if94: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 52:54:dd:40:1b:f1 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 172.30.2.20/24 scope global eth2 valid_lft forever preferred_lft forever inet6 fe80::5054:ddff:fe40:1bf1/64 scope link valid_lft forever preferred_lft forever




Routing table

/sbin/route -A inet6 -A inet -n 2>&1 Kernel IPv6 routing table Destination Next Hop Flag Met Ref Use If ::1/128 :: Un 0 2 0 lo fe80::5054:99ff:fe99:0/128 :: Un 0 2 0 sss fe80::5054:ddff:fe40:1bf1/128 :: Un 0 2 0 eth2 fe80::5054:ddff:feac:5a52/128 :: Un 0 2 0 eth1 fe80::5054:ddff:fefa:f5f7/128 :: Un 0 5 0 eth0 fe80::/64 :: U 256 1 0 sss fe80::/64 :: U 256 1 0 eth0 fe80::/64 :: U 256 1 0 eth1 fe80::/64 :: U 256 1 0 eth2 ff00::/8 :: U 256 6 0 sss ff00::/8 :: U 256 9 0 eth0 ff00::/8 :: U 256 7 0 eth1 ff00::/8 :: U 256 7 0 eth2 ::/0 :: !n -1 1 0 lo Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 172.29.0.1 0.0.0.0 UG 0 0 0 eth0 0.0.0.0 172.30.0.1 0.0.0.0 UG 9001 0 0 eth1 0.0.0.0 172.30.2.1 0.0.0.0 UG 9002 0 0 eth2 172.29.0.0 0.0.0.0 255.255.248.0 U 0 0 0 eth0 172.30.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 172.30.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2 192.168.10.64 0.0.0.0 255.255.255.224 U 0 0 0 sss ------------------------------- /sbin/ip rule show ------------------------------- /sbin/ip route show table all default via 172.29.0.1 dev eth0 default via 172.30.0.1 dev eth1 metric 9001 default via 172.30.2.1 dev eth2 metric 9002 172.29.0.0/21 dev eth0 proto kernel scope link src 172.29.0.20 172.30.0.0/24 dev eth1 proto kernel scope link src 172.30.0.19 172.30.2.0/24 dev eth2 proto kernel scope link src 172.30.2.20 192.168.10.64/27 dev sss proto kernel scope link src 192.168.10.66 broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 172.29.0.0 dev eth0 table local proto kernel scope link src 172.29.0.20 local 172.29.0.20 dev eth0 table local proto kernel scope host src 172.29.0.20 broadcast 172.29.7.255 dev eth0 table local proto kernel scope link src 172.29.0.20 broadcast 172.30.0.0 dev eth1 table local proto kernel scope link src 172.30.0.19 local 172.30.0.19 dev eth1 table local proto kernel scope host src 172.30.0.19 broadcast 172.30.0.255 dev eth1 table local proto kernel scope link src 172.30.0.19 broadcast 172.30.2.0 dev eth2 table local proto kernel scope link src 172.30.2.20 local 172.30.2.20 dev eth2 table local proto kernel scope host src 172.30.2.20 broadcast 172.30.2.255 dev eth2 table local proto kernel scope link src 172.30.2.20 broadcast 192.168.10.64 dev sss table local proto kernel scope link src 192.168.10.66 local 192.168.10.66 dev sss table local proto kernel scope host src 192.168.10.66 broadcast 192.168.10.95 dev sss table local proto kernel scope link src 192.168.10.66 local ::1 dev lo proto kernel metric 0 pref medium local fe80::5054:99ff:fe99:0 dev sss proto kernel metric 0 pref medium local fe80::5054:ddff:fe40:1bf1 dev eth2 proto kernel metric 0 pref medium local fe80::5054:ddff:feac:5a52 dev eth1 proto kernel metric 0 pref medium local fe80::5054:ddff:fefa:f5f7 dev eth0 proto kernel metric 0 pref medium fe80::/64 dev sss proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 256 pref medium fe80::/64 dev eth2 proto kernel metric 256 pref medium multicast ff00::/8 dev sss proto kernel metric 256 pref medium multicast ff00::/8 dev eth0 proto kernel metric 256 pref medium multicast ff00::/8 dev eth1 proto kernel metric 256 pref medium multicast ff00::/8 dev eth2 proto kernel metric 256 pref medium



I was able to add devices on subnet 172.29.0.0/21 but not the other two. 

When I ping 172.29.0.20 from the switch I get a response.  When I try pinging the other two I get no reponse.

I am not sure what I am missing here. I followed this document under 

Multi-Interface Support for Cisco Catalyst 9000 Switches
 

Installing Enterprise Agents on Cisco Switches with Docker - ThousandEyes Documentation

2 Replies 2

gcook0001
Level 1
Level 1

I was able to resolve this.

balaji.bandi
Hall of Fame
Hall of Fame