HDSL Eutelia e cisco 2522
Inviato: mar 12 apr , 2011 10:42 am
Ciao a tutti
mi hanno attivato un hdsl di eutelia e sto configurando un vecchio cisco 2522 per la connessione
il tecnico mi ha spedito un modello di configurazione standard che usano solitamente, solo che il mio router ha la versione 11.3 di IOS e non c'è la possibilita di dargli il comando frame-relay interface-dlci 20 ppp Virtual-Template1, o meglio non posso mettere ppp dopo interface-dlci
di seguito la configurazione inviatami dal tecnico
qui invece quella corrente del router
c'è un modo per sistemare la cosa senza l upgrade di IOS?
grazie
mi hanno attivato un hdsl di eutelia e sto configurando un vecchio cisco 2522 per la connessione
il tecnico mi ha spedito un modello di configurazione standard che usano solitamente, solo che il mio router ha la versione 11.3 di IOS e non c'è la possibilita di dargli il comando frame-relay interface-dlci 20 ppp Virtual-Template1, o meglio non posso mettere ppp dopo interface-dlci
di seguito la configurazione inviatami dal tecnico
Codice: Seleziona tutto
service nagle
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime
service password-encryption
!
hostname cr-xxxxx
!
boot-start-marker
boot-end-marker
!
logging buffered 256000 debugging
no logging console
!
enable secret XXXXXXX
!
!
clock timezone CET 1
clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00
no ip source-route
!
!
ip cef
!
!
ip domain name eutelia.it
ip name-server 62.94.0.41
ip name-server 62.94.0.42
!
!
!
!
interface FastEthernetx/x
description
ip address 62.94.**.** 255.255.255.2**
ip verify unicast source reachable-via rx
no ip proxy-arp
load-interval 30
duplex auto
speed auto
!
!
interface Serialx/x/x
description
no ip address
encapsulation frame-relay IETF
load-interval 30
no fair-queue
frame-relay traffic-shaping
!
interface Serialx/x/x.1 point-to-point
no ip address
[b]frame-relay interface-dlci 20 ppp Virtual-Template1[/b]
class frshaping
!
interface Virtual-Template1
description Virtual-Template
bandwith 128
ip address negotiated
load-interval 30
ppp chap hostname ********@netgatedsl
ppp chap password ********
ppp pap refuse
!
!
ip route 0.0.0.0 0.0.0.0 62.94.58.1
!
!
no ip http server
no ip http secure-server
!
!
map-class frame-relay frshaping
frame-relay cir 487000 (dipende dal PCR)
frame-relay bc 1000
frame-relay be 0
frame-relay fair-queue
!
Codice: Seleziona tutto
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname xxxxxx
!
enable password xxxxxx
!
no ip source-route
frame-relay switching
!
!
interface Ethernet0
ip address 62.x.x.33 255.255.255.224
no ip proxy-arp
load-interval 30
!
interface Virtual-Template1
ip address negotiated
bandwidth 128
load-interval 30
no fair-queue
ppp chap hostname xxxxxxxxxxxx
ppp chap password 7 03125902575974414119
!
interface Serial0
no ip address
encapsulation frame-relay IETF
no ip mroute-cache
load-interval 30
no fair-queue
frame-relay traffic-shaping
!
interface Serial0.1 point-to-point
frame-relay interface-dlci 20
!
ip classless
!
!
line con 0
exec-timeout 15 0
line aux 0
line vty 0 2
exec-timeout 30 0
password xxxxxxxx
login
line vty 3 4
login
!
end
grazie