05-14-2022 10:56 AM
I've been trying to acquire an ipv6 prefix from a Netgear LB1120 (LTE Modem) in bridge mode. When connected to the 3945E I have no success with any delegation techniques. When connected directly to a switch in the lan or to a computer I manage to acquire ipv4 and ipv6. The 3945 is configured with functioning ipv4. Somehow I'm not able to find success with ipv6.
Obviously I am a novice.
I would like to try some examples provided by others.
05-14-2022 11:38 AM
Hi @dainsbramaged ,
Can you please share the 3945 WAN interface configuration.
Regards,
05-14-2022 11:43 AM
05-14-2022 01:34 PM
Hi @dainsbramaged ,
Can you try the following:
interface GigabitEthernet0/0
description PrimaryWANDesc_
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
ipv6 address dhcp
ipv6 dhcp client pd ISP_PREFIX
Could you also provide a "show ipv6 int gi0/0" and "show ipv6 general-prefix" after changing the config.
Regards,
05-14-2022 03:45 PM
05-14-2022 05:02 PM
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ipv6 address ISP_PREFIX ::1:0:0:0:1/64
05-16-2022 02:53 PM
Hi @dainsbramaged ,
> Router#sh ipv6 int g0/0
That is weird given that you have configured ipv6 on that interface.
> Some how windows is able to acquire the ipv6 address from the modem ?
The workstation is most probably getting the its ipv6 address via stateless address auto configuration (SLAAC). Can you check who you getting the default route from and see if the MAC address matches the one from your modem.
Regards,
05-17-2022 03:27 PM
05-19-2022 12:43 AM
Hello,
if you connect your Windows PC directly to the modem, do you get both an IPv4 and an IPv6 address ?
I am thinking, since the modem is in bridge mode, you don't get anything from the modem as such, but from the ISP. Who is your ISP ?
05-22-2022 10:42 AM
05-23-2022 05:11 AM
Hello,
I have been looking around and found some forum posts and discussion from and with people that try to get IPv6 working on a Cisco router, without success. The general assumption is that Rogers does not support Cisco routers at all...can you check and verify with Rogers whether or not that is the case ?
05-24-2022 06:07 AM - edited 05-24-2022 06:32 AM
Hi @dainsbramaged ,
If you are able to get an IPv6 address from SLAAC on the windows workstation, you should also be able to get one on the router. Please remove all ipv6 configuration from gi0/1, try the following configuration instead and provide a "show ipv6 int gi0/1" and "sh ipv6 general-prefix" after configuring it.
int gi0/1
ipv6 address autoconfig default
ipv6 nd ra suppress
ipv6 dhcp client pd ISP_PREFIX
Regards,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide