Monday, August 10, 2020

VDSL2 Setup on Cisco ISR 1111

Hi everyone,

I'm just trying to setup VDSL2 on a Cisco ISR 1111, as usual with Cisco its far too complicated a process for me to figure out in an hour or so.

I have setup the modem the router is connecting to into Bridged mode with VLAN ID 2 which I'm assuming means the Cisco router doesn't have to tag the packets outbound or have a sub interface.

I've been googling setups for this type of router and seeing alot of information on upgrading the VDSL Controller firmware, but i cant see any firmware in flash for the controller. When i do a show command on the controller too and i am seeing that the controller is down - I'm not sure if there needs to be traffic pointing to it to bring it up or if the controller needs to be up before any traffic can use the controller.

The router has a working cellular interface currently too so I'm not sure if that's causing some issues also.

- would anyone happen to have any ideas on why the below wouldn't be working? Or be able to point me into the right direction?

controller VDSL 0/3/0

operating mode vdsl2

interface Dialer1

description VDSL

ip address negotiated

ip nat outside

encapsulation ppp

ip mtu 1492

ip tcp adjust-mss 1452

dialer pool 1

dialer-group 1

no cdp enable

no keepalive

ppp authentication pap chap callin

ppp chap hostname [myname@myprovider.net.au](mailto:myname@myprovider.net.au)

ppp chap password 0 ISP-PASSWORD

ppp pap sent-username [myname@myprovider.net.au](mailto:myname@myprovider.net.au) password 0 ISP-PASSWORD

ppp ipcp dns request

ppp ipcp route default

ip virtual-reassembly

route-map dialer-route permit 10

match ip address nat-wan

match interface Dialer1

ip nat inside source route-map dialer-route interface Dialer1 overload

ip route 1.1.1.1 255.255.255.255 Dialer1 <to bring the interface up>

interface GigabitEthernet0/0/0 (WAN INTERFACE)

ip address dhcp

no ip redirects

no ip unreachables

no ip proxy-arp

ip nat outside

ip tcp adjust-mss 1460

negotiation auto

pppoe enable group global

pppoe-client dial-pool-number 1

ip virtual-reassembly



No comments:

Post a Comment