Om diverse redenen wil ik graag mijn Cisco C1117-4P gebruiken op mijn T-mobile thuis verbinding.
Om de één of andere duistere reden krijgt het modem op vlan 300 (wat het Internet VLAN zou moeten zijn) geen IP adres toegewezen middels DHCP.
Op vlan 100, (het T-mobile management netwerk) krijgt hij wel een IP adres, dit lijkt te bevestigen dat er wel een werkende VDSL verbinding is. Als ik het door t-mobile geleverde modem aansluit werkt deze ook naar behoren.
Aangezien ik geen TV gebruik blijft het op vlan 640 ook stil (maar dat is te verwachten)
Relevante config:
controller VDSL 0/2/0
operating mode vdsl2
description T-mobile
!
interface Ethernet0/2/0
mtu 1500
no ip address
no negotiation auto
no cdp enable
no lldp transmit
no lldp receive
!
interface Ethernet0/2/0.100
description management
encapsulation dot1Q 100
ip vrf forwarding t-mobile-mgmt
ip address dhcp
medium p2p
!
interface Ethernet0/2/0.300
description Internet
encapsulation dot1Q 300
ip address dhcp
medium p2p
!
interface Ethernet0/2/0.640
description TV
encapsulation dot1Q 640
ip vrf forwarding tv
ip address dhcp
!
Interface informatie:
show ip int brie
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1/0 unassigned YES unset up up
GigabitEthernet0/1/1 unassigned YES unset down down
GigabitEthernet0/1/2 unassigned YES unset down down
GigabitEthernet0/1/3 unassigned YES unset down down
ATM0/2/0 unassigned YES NVRAM administratively down down
Ethernet0/2/0 unassigned YES NVRAM up up
Ethernet0/2/0.100 10.142.171.175 YES DHCP up up
Ethernet0/2/0.300 unassigned YES DHCP up up
Ethernet0/2/0.640 unassigned YES DHCP up up
Heeft iemand nog briljante ingevingen?
Groet,
RaSm