C’est toujours amusant de devoir configurer un routeur pour une technologie qui est mal documentée.
Surtout quand en plus, on a la pression de voir la ligne fonctionnelle avant la fin de la journée.
Voici le fichier de configuration,
à la base pour Dommel, c’est à dire :
- Vlan 10 pour l’interface VDSL
- PPPoE
- Enregistrement en CHAP (avec le cas échéant la version en PAP)
Il ne faut pas oublier que pour activer le controller VDSl, il est nécéssaire de faire un “no shutdown” comme ceci:
1 2 |
controller VDSL 0 no shutdown |
Configuration:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname dummyrouter ! boot-start-marker boot-end-marker ! security authentication failure rate 3 log security passwords min-length 6 logging message-counter syslog logging buffered 51200 warnings enable secret dummy ! no aaa new-model clock timezone PCTime 1 clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00 ! ip source-route ip dhcp excluded-address x.x.x.x ! ip dhcp pool ccp-pool1 import all network x.x.x.x 255.255.255.0 dns-server x.x.x.x x.x.x.x default-router x.x.x.x ! ! ip cef ip domain name dummy.local ip name-server x.x.x.x ip name-server x.x.x.x no ipv6 cef ! username admin privilege 15 secret dummy ! ! archive log config hidekeys ! controller VDSL 0 ! ip ssh time-out 60 ip ssh authentication-retries 2 ! interface Ethernet0 description Outside_Interface no ip address ! interface Ethernet0.10 description VDSL LAN encapsulation dot1Q 10 pppoe enable group global pppoe-client dial-pool-number 1 ! interface BRI0 no ip address encapsulation hdlc shutdown isdn termination multidrop ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface Vlan1 ... ! interface Dialer1 ip address negotiated no ip redirects no ip unreachables no ip proxy-arp ip mtu 1492 ip tcp adjust-mss 1452 ip virtual-reassembly encapsulation ppp dialer pool 1 dialer idle-timeout 0 dialer persistent dialer-group 1 no cdp enable ppp authentication chap callin ppp chap hostname dummy ppp chap password dummy ppp pap sent-username dummy password dummy ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 Dialer1 ip http server ip http access-class 23 ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ! ip nat inside source list 1 interface Dialer1 overload ! access-list 1 remark INSIDE_IF=Vlan1 access-list 1 remark CCP_ACL Category=2 access-list 1 permit x.x.x.x 0.0.0.255 dialer-list 1 protocol ip permit no cdp run ! control-plane ! banner login ^C For Dummy Admin ^C ! line con 0 login local no modem enable transport output ssh line aux 0 login local transport output ssh line vty 0 4 privilege level 15 login local transport input ssh ! scheduler max-task-time 5000 end |
Donc avec un cisco 887v et sans sagem3464 ?
Oui, sans passer par le sagem !
Valable aussi pour skynet.
Il suffit juste de connaitre le VLAn attribué à la VDSL.
Dans le cas de dommel, c’est le vlan 10.
Hi, i can’t get this working: sometimes the VDSL card detects the carrier, some other (specially after a reboot) the CD led keeps blinking for AGES.
Would you know what the problem is?
Hi Alberto,
What is the outpout of the show log ?
Is the line stable ?
Is the card damaged ?
Hi,
Did you try to configure the tv part ?
No,
because, providers are playing with a kind of atm interface (and it’s really crappy) to encapsulate IPTV.
I never tested it.