
Dynaimps IPv6 ping not working in first lab
Hi All
Has anyone seen this problem ?
On Dynaimps Version 0.2.8-RC2-x86, for
Workbook 1 lab IPv6 link local 4.1 version:
Can not get R1 to ping R2 - Error is "% bad interface"
SETUP AND OUTPUT
Rack1R1#sh run int fa0/0
Building configuration...
Current configuration : 86 bytes
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
ipv6 enable
end
Rack1R2#sh ipv6 int
FastEthernet0/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::CE01:19FF:FEB0:0
No global unicast address is configured
Joined group address(es):
FF02::1
FF02::2
FF02::1:FFB0:0
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
PROBLEM
Rack1R1#ping ipv6 FE80::CE01:19FF:FEB0
Output Interface: fa0/0
% Bad interface
Rack1R1#ping ipv6 FE80::CE01:19FF:FEB0:0
Output Interface: fa0/0
% Bad interface
Rack1R1#ping ipv6 FE80::CE01:19FF:FEB0
Output Interface: eth0/0
% Bad interface
Rack1R1#ping ipv6 FE80::CE01:19FF:FEB0
Output Interface: null
% Bad interface
Rack1R1#
Comments
Dear Mike,
You are trying to ping a link local address and that can be sourced from any address That is why you need to specify the output interface but IOS requires you to type the full interface name and not the shortcut like f0/0.
Try pinging with FastEthernet0/0 as the interface instead of f0/0
This should work. If it does not let me know.
Regards
Vishal
Thank you Vishal, that was my mistake.
This is going into the notebook today.
Cheers
Mike