interesting as I've got similar one just now, take a quick look and imagine (R80.10 Take 154 Physical 5200 appliances)
1. you've got ClusterXL with only 1 member having single eth3 interface used for something totally none-clustered
2. you've got eth3 configured as 10.10.10.3/29 and your next hop towards some 192.168.16.0/24 network is 10.10.10.4
3. you did a clish route
4. you wanna see netstat -anr or route -n and your outputs are as following:
CP01> show configuration static-route
set static-route 192.168.16.0/24 nexthop gateway address 10.10.10.4 on
[Expert@CP01:0]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.10.10.0 0.0.0.0 255.255.255.248 U 0 0 0 eth3
0.0.0.0 a.b.c.d 0.0.0.0 UGD 0 0 0 eth1
what you think folks? I just don't seem to see configured route in a kernel table (install/push was done few times - no change)
what is wrong with that route that it does not appear in a kernel routing table?
I cannot even verify that I can reach 10.10.10.4 as I constantly see arp broadcast over the eth3 from of my interest 192.168.16.0 network:
0:49:11.474796 00:0c:29:5d:53:45 > Broadcast, ethertype IPv4 (0x0800), length 243: 192.168.16.98.netbios-dgm > 192.168.16.255.netbios-dgm: NBT UDP PACKET(138)
00:49:11.659178 00:09:0f:dc:2e:0d > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.16.21 tell 192.168.16.10
00:49:12.203831 c8:cb:b8:32:a7:64 > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.16.21 tell 192.168.16.171
00:49:12.659180 00:09:0f:dc:2e:0d > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.16.21 tell 192.168.16.10
00:49:12.677339 c8:cb:b8:32:a5:9e > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.16.21 tell 192.168.16.185
00:49:12.683713 58:38:79:06:e8:aa > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.18.195 tell 192.168.16.20
00:49:12.708609 58:38:79:06:e8:aa > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.18.172 tell 192.168.16.20
00:49:12.794152 c8:cb:b8:32:a5:4c > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.16.21 tell 192.168.16.142
00:49:12.875228 c8:cb:b8:30:1e:19 > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.16.21 tell 192.168.16.191
00:49:12.954510 64:ae:0c:f1:8c:10 > Broadcast, ethertype IPv4 (0x0800), length 198: 192.168.16.248.4554 > 192.168.16.255.4554: UDP, length 156
00:49:13.138192 c8:cb:b8:32:a7:64 > Broadcast, ethertype ARP (0x0806), length 60: arp who-has 192.168.16.21 tell 192.168.16.171
00:49:13.290692 64:ae:0c:f1:90:60 > Broadcast, ethertype IPv4 (0x0800), length 198: 192.168.16.249.4554 > 192.168.16.255.4554: UDP, length 156
I don't beleive I've done any misconfig but I would appreciate any heads up on that matter folks.
Seems my route does not exist in a kernel but config ist jus fine
ps.
[ExpertCP01:0]# cphaprob -a if
Required interfaces: 4
Required secured interfaces: 1
eth1 UP non sync(non secured), multicast
eth3 Disconnected non sync(non secured), multicast
but
[Expert@CP01:0]# ethtool eth3
Settings for eth3:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x00000007 (7)
Link detected: yes
Any clues ?
Jerry