OVH Community, votre nouvel espace communautaire.

Config ADSL IPoE (RFC 1483 Bridged) sur Cisco WIC1-ADSL


Sn4kY
17/08/2012, 09h46
Tiens, chose étrange, entre mon AM200 configuré pour l'IPoE OVH et le C2611XM-ADSL, je passe de 26 à 14ms de ping...
la différence est sur le mode ADSL2+ non supporté par la carte WIC1-ADSL ou l'AM200 est juste une grosse merde qu'il faut que je foute à la poubelle ???

Sn4kY
16/08/2012, 20h07
Bonsoir à tous.

A titre purement informatif, je donne ici ma config de mon routeur Cisco C2611XM-ADSL, équipé d'une WIC1-ADSL.
Cette config est parfaitement fonctionnelle pour l'IPoE (RFC 1483 Bridged) d'OVH

!
version 12.4
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Sn4kY
!
boot-start-marker
boot system flash c2600-advsecurityk9-mz.124-12c.bin
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 $1$###################
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
aaa session-id common
clock timezone Paris 1
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
ip domain name sn4ky.net
ip name-server 188.165.197.144
ip name-server 91.121.161.184
ip name-server 91.121.164.227
ip dhcp excluded-address 192.168.4.254
ip dhcp pool Sn4kY-home
network 192.168.4.0 255.255.255.0
default-router 192.168.4.254
dns-server 192.168.4.254
!
!
!
!
username sn4ky privilege 15 secret 5 $1$#################
!
!
!
bridge irb
!
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
dsl enable-training-log
bridge-group 1
hold-queue 224 in
pvc 8/35
encapsulation aal5snap
!
!
interface FastEthernet0/0
description LAN INTERFACE
ip address 192.168.4.254 255.255.255.0
ip nat inside
no ip virtual-reassembly
ip tcp adjust-mss 1460
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BVI1
mac-address 0000.0c95.1205
ip address dhcp client-id FastEthernet0/0
ip nat outside
ip virtual-reassembly
!
!
ip http server
no ip http secure-server
ip nat translation timeout 3600
ip nat translation tcp-timeout 1200
ip nat translation finrst-timeout 15
ip nat translation syn-timeout 45
ip nat inside source list 10 interface BVI1 overload
ip dns server
!
logging 192.168.4.253
access-list 10 permit 192.168.4.0 0.0.0.255
snmp-server community ********** RO
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
logging synchronous
transport input telnet ssh
transport output none
line vty 5 15
logging synchronous
!
!
end
source ici : http://www.cisco.com/en/US/tech/tk17...8071a555.shtml
(cisco appelle ça l'IRB, pour "Integrated Routing and Bridging"

Il y a surement des améliorations a faire, au niveau MTU par exemple, ou ne pas utiliser le relay DNS du routeur (qui est un peu lent a mon goût parfois), mais ça en dépannera peut être certains d'entre nous =)