Ok James one last time i will try to describe the problem..

nxge2: flags=201000842<BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4
inet 0.0.0.0 netmask 0
groupname test
ether 0:14:4f:c0:1c:a
nxge2:1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 
index 4
inet 10.63.20.30 netmask fffffe00 broadcast 10.63.21.255
nxge2:2: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 
index 4
inet 10.63.20.29 netmask fffffe00 broadcast 10.63.21.255
nxge3: flags=201000842<BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 5
inet 0.0.0.0 netmask 0
groupname test
ether 0:14:4f:c0:1c:b


now if i do 
#traceroute 10.63.20.29
traceroute: Warning: Multiple interfaces found; using 10.63.20.30 @ nxge2:1
traceroute to 10.63.20.29 (10.63.20.29), 30 hops max, 40 byte packets
1 10.63.20.29 (10.63.20.29) 0.124 ms 0.036 ms 0.033 ms


it uses nxge2:1 interface instead of nxge2:2 and if disable the IPMP on nexge2 
it works fine as expected 

# traceroute 10.63.20.29
traceroute: Warning: Multiple interfaces found; using 10.63.20.29 @ nxge2:2
traceroute to 10.63.20.29 (10.63.20.29), 30 hops max, 40 byte packets
1 10.63.20.29 (10.63.20.29) 0.120 ms 0.034 ms 0.030 ms

Now my question is why the traceroute uses interface nxge2:2 when IPMP group is 
disabled and  goes from nxge2:1  when IPMP is enabled though i 'm tracing only 
same ip in both tries. ?
-- 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to