New Contributor
•
5 Messages
Cable Modem IPV6
SB 6121 Cable Modem is fully IPV6 compatible. Cox is telling me IPV6 is now enabled. For years I have had to use IPV6 tunnelbroker for IPV6 access.
interface Tunnel1
description Hurricane Electric IPv6 Tunnel Broker
no ip address
ip mtu 1480
ip virtual-reassembly in
shutdown
ipv6 address FE80::1 link-local
ipv6 address x:x:x:x::2/64
ipv6 enable
no ipv6 redirects
ipv6 inspect IPV6 out
ipv6 traffic-filter IPV6 in
tunnel source x.x.x.x
tunnel mode ipv6ip
tunnel destination 216.66.22.2
!
interface FastEthernet0/0
ip address dhcp
ip access-group 101 in
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
ipv6 address dhcp
ipv6 address FE80::1 link-local
ipv6 address autoconfig
ipv6 enable
ipv6 route ::/0 Tunnel 1
Tommynet(config)#do ping 2001:470:20::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:470:20::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/20/24 ms
Tommynet(config)#
I have made the changes to my router to use the IPV6 via the outgoing interface and dual stacking already enable for tunnel broker.
Tommynet(config)#int tun 1
Tommynet(config-if)#shut
Tommynet(config-if)#no ipv6 route ::/0 tunnel 1
Tommynet(config)#ipv6 route ::/0 fastethernet 0/0
Tommynet(config)#do sh ipv6 int f0/0
FastEthernet0/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::1
No Virtual link-local address(es):
Stateless address autoconfig enabled
Global unicast address(es):
2600:8805:7F30:0:C523:5FF3:694:2FC6, subnet is 2600:8805:7F30:0:C523:5FF3:694:2FC6/128
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF00:1
FF02::1:FF94:2FC6
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ICMP unreachables are sent
Input features: Common pak subblock
Output features: Firewall Inspection
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds (using 30000)
ND advertised reachable time is 0 (unspecified)
ND advertised retransmit interval is 0 (unspecified)
ND router advertisements are sent every 200 seconds
ND router advertisements live for 1800 seconds
ND advertised default router preference is Medium
Hosts use stateless autoconfig for addresses.
interface FastEthernet0/0
ip address dhcp
ip access-group 101 in
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
ipv6 address dhcp
ipv6 address FE80::1 link-local
ipv6 address autoconfig
ipv6 enable
Tommynet(config)#do sh ipv6 route
IPv6 Routing Table - default - 5 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
D - EIGRP, EX - EIGRP external, ND - Neighbor Discovery, l - LISP
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
S ::/0 [1/0]
via FastEthernet0/0, directly connected
C 2001:470:E2C0:1::/64 [0/0]
via Vlan2, directly connected
L 2001:470:E2C0:1::1/128 [0/0]
via Vlan2, receive
LC 2600:8805:7F30:0:C523:5FF3:694:2FC6/128 [0/0]
via FastEthernet0/0, receive
L FF00::/8 [0/0]
via Null0, receive
Tommynet(config)#do ping ipv6 2001:470:20::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:470:20::2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Tommynet(config)#
By all accounts this should ping and it does not. Cox is telling me my modem is configured to do IPV6 but clearly not through Cox network. It appears the router has the IPV6 address assigned via autoconfig and that address is pingable. The rout is there to cox via f0/0 but it does not work. When I went back to the tunnel it pings fine. What the hey Cox. Is your IPV6 up or not.
Related Content
Closed
3
0
Closed
2
0
Closed
5
0
Closed
6
0
Closed
1
0

Tecknowhelp
Valued Contributor II
•
2.8K Messages
"Tommynet(config)#do ping ipv6 2001:470:20::2"
Can you tracert? Other then issue getting to PowerDNS does IPv6 test ok? Last, what state are you in? This is from RI, DPQ3212 and RT-N66U.
Tracing route to ordns.he.net [2001:470:20::2]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 2600:8805:XXXXXX
2 7 ms 8 ms 8 ms 2600:8805:fe08:1::1
3 8 ms 8 ms 6 ms 2001:578:2200:6::12e
4 10 ms 8 ms 16 ms 2001:578:2200:5:4000::31
5 20 ms 14 ms 18 ms 2001:578:1:0:172:17:248:224
6 22 ms 24 ms 24 ms 2001:578:20::e
7 13 ms 13 ms 19 ms ordns.he.net [2001:470:20::2]
Trace complete.
IPv6 Connection Type: Native with DHCP-PD
WAN IPv6 Address: 2600:8805:fe08:1:XXXXXXX
WAN IPv6 Gateway: fe80::26e9:b3ff:fe1b:8da
LAN IPv6 Address: 2600:8805:bc00:a7::1/64
LAN IPv6 Link-Local Address: fe80::ca60:ff:fed2:ad68/64
DHCP-PD: Enabled
LAN IPv6 Prefix: 2600:8805:bc00:a7::/64
DNS Address: 2001:4860:4860::8888 2001:4860:4860::8844
0
0
Cox_ipv6
New Contributor
•
5 Messages
0
0
ChrisL
Former Moderator
•
7.1K Messages
My suggestion would be to start with the simplest possible setup and work your way back up to where you want to be until you determine the problem. Does it work with a PC directly connected to the modem? If so, do you have a consumer grade router you can try connecting and see if that works? I do see a v6 IP being assigned to your router so that part is working. You should be able to receive a /64 or /56 if your device is capable of hinting it.
0
0
Cox_ipv6
New Contributor
•
5 Messages
0
0
Cox_ipv6
New Contributor
•
5 Messages
Unfortunately I cannot get the wireless to connect to the 1841. Here is the issue. According to everything I know about IPV6 the provider typically will assign a /48 to the user. I know this because of my CCNP studies and pdf I found at CISCO, isp_provider_whitpaper_c11-689821.pdf. Cisco recommends the customer use a /64. Yes this seems huge but the way IPV6 was designed the subnet of choice for most interfaces and auto configurations at the customer level is a /64 subnet. Furthermore, using the eui-64 address assignment feature based on MAC requires a /64 routable prefix. When I was using tunnel broker prior to COX going IPV6 native, they assigned me a /48 subnet. I was able to take the /48 and subnet into /64 subnets for all my 1841 vlan interfaces. The Linksys router I have is IPV6 capable using "IPV6 - Automatic" or "6rd tunnel". The wireless router outward interface was assigned a /64 from the vlan it was connected to on the 1841 and the LAN on the wireless inside was assigned /64 subnets created out of the /48 assigned from Hurricane Electric tunnel broker. The 1841 with the following dhcp configuration made it happened:
ipv6 dhcp pool IPV6access_vlan2
prefix-delegation 2001:470:E2C0:2::/64 00030001C8B3730402CB iaid 9A3C7A00
address prefix 2001:470:E2C0:1::/64
dns-server 2001:470:20::2
Any device connected to the vlan2 would pick an ipv6 address in the form of 2001:470:e2c0:1::1,2,3,4 or uid-64 etc. This included the wireless router outgoing interface.
The wireless router inside interface and wireless connections would assign ipv6 addresses on the address prefix-delegation 2001:470:E2C0:1::/64. The prefix-delegation is using DUID to assign this address to the wireless similar to what cox does to my 1841. With tunnel broker this all worked perfectly because all the /64 are within the /48 assigned by Hurricane Electric.
With cox assigning a /64 prefix I tried to subnet that prefix to my interfaces using the command similar to what is explained in the white paper.
ipv6 address PREFIX_1 :2222::1/56. Reason for this is Cox is using ipv6 dhcp-pd to assign addresses to their customers. The PREFIX_1 is the Prefix Cox assigns to me 2600:xxxx:x:xx::/64
Instead of usign a /64 I used /56 but the 1841 router does not accept the command and it does not work. It only accepts a /64 because this is the standard. If Cox assigned a prefix with a /48 I would be in luck. I can only apply the prefix Cox assigns, a /64 to one interface on the inside of the 1841. Vlan 2 is the winner and anything connecting to vlan 2 get an address on that prefix. The problem is I don't have a prefix to assign to the wireless inside LAN connected to vlan 2 on the cisco 1841. I can’t subnet the /64 because the router want accept the /56. When I go into the wireless router I can ping ipv6 websites using the admin tool but computers connected wirelessly or directly to the wireless inside interfaces will not get an address because the one /64 subnet Cox assigns can’t be subneted and is already used on the 1841 vlan 2. Rule of thumb is you can't assign the same subnet to different interfaces. It is not allowed. With tunnel broker I could subnet the /48 to /64 and the router accepted those commands. Connecting the wireless directly to cox is not an option. I want the protection of the 1841 access-list to protect my network.
0
0