OVH Cloud OVH Cloud

conf 1401 netissimo

1 réponse
Avatar
fred
quelqu'un a t'il une config type pour ce routeur ?
liason netissimo 1

merci

1 réponse

Avatar
Alain Montfranc
fred wrote:
quelqu'un a t'il une config type pour ce routeur ?
liason netissimo 1

merci




Voila celle qsue j'utilisais avant de passer sur un 3640 :

Regarde mon post sur
http://www.forpage.com/forum/viewtopic.php?topic#95&forum&12
pour avoir de bons DL/UL simultanés

Bonne config

Al

service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
no service password-encryption
no service dhcp
!
hostname routeur
!
logging buffered 40000 debugging
enable secret 5 xxx
enable password 7 xxx
!

clock timezone MET 1
clock summer-time MET-DST recurring last Sun Mar 2:00 last Sun Oct 3:00
ip subnet-zero

ip name-server 193.252.19.3
ip name-server 193.252.19.4
!

!
no crypto isakmp enable
!
!
!
!
interface Ethernet0

ip address 192.168.254.254 255.255.255.0
no ip redirects
ip nat inside
no cdp enable
!
interface Virtual-Template1
no ip address
!
interface ATM0
description ATM Interface to Wanadoo/ADSL
no ip address
no ip redirects
atm vc-per-vp 64
no atm auto-configuration
no atm ilmi-keepalive
no atm address-registration
no atm ilmi-enable
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
mtu 1524
ip address negotiated
no ip redirects
ip nat outside
encapsulation ppp
ip tcp header-compression
dialer pool 1
no cdp enable
ppp pfc remote apply
ppp authentication chap pap callin
ppp chap hostname fti/
ppp chap password 7 XXXX
ppp pap sent-username fti/ password 7 XXXXX
!
ip nat translation timeout 3600
ip nat translation tcp-timeout 3600
ip nat translation udp-timeout 3600
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat translation max-entries 65535
ip nat inside source list 1 interface Dialer0 overload

ip nat inside source static tcp 192.168.254.1 80 interface Dialer0 80

ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 10.0.0.0 255.255.255.0 192.168.254.250
no ip http server
!
logging 192.168.254.1
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.254.0 0.0.0.255
access-list 10 permit 192.168.1.0 0.0.0.255
access-list 10 permit 192.168.254.0 0.0.0.255
no cdp run
snmp-server engineID local 00000009020000044D7A6166
snmp-server community public RO
snmp-server enable traps tty

privilege exec level 7 show configuration
privilege exec level 7 show
!
line con 0
line vty 0 4
access-class 10 in
exec-timeout 120 0
login local
!
end