Cisco soho 97 configurazione adsl rfc1483 routed

Configurazioni per connettività ADSL, ISDN e switch per privati e piccole network

Moderatore: Federico.Lagni

Rispondi
coridaniele
n00b
Messaggi: 2
Iscritto il: mer 14 mag , 2008 1:08 pm

Ciao a tutti, sono nuovo del forum e anche del mondo cisco, ho una adsl frc1483 routed con ip pubblico 80.68.xxx.xx ho usato l'interfaccia web per configurarlo ma non va le interfaccie si allineano e la spia cd si accende.
vi faccio vedere cosa ho fatto fino ad ora:


Cisco>enable
Password:
Cisco#enable
Cisco#sh conf
Using 1526 out of 131072 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$hChV$A6F.eMdhGd9h06VelwqUv/
enable password admin1
!
ip subnet-zero
no ip routing
ip dhcp excluded-address 192.168.1.254
!
ip dhcp pool CLIENT
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 80.68.177.58 151.99.0.100
lease 0 2
!
!
ip name-server 80.68.177.58
ip name-server 151.
no aaa new-model
!
!
username admin password 0 admin
username CRWS_Giri privilege 15 password 0 $1$W1fA$o1oSEpa540315273
!
!
no crypto isakmp ccm
!
!
!
interface Ethernet0
ip address 192.168.1.254 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 80.68.xxx.xx 255.255.255.0
ip nat outside
no ip route-cache
pvc 8/35
encapsulation aal5snap
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip http server
no ip http secure-server
!
ip nat inside source list 102 interface ATM0.1 overload
!
access-list 101 permit tcp host 192.168.1.114 host 192.168.1.254 eq 22
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
exec-timeout 120 0
password admin
login local
length 0
!
scheduler max-task-time 5000
end

Grazie a tutti anticipatamente
coridaniele
n00b
Messaggi: 2
Iscritto il: mer 14 mag , 2008 1:08 pm

c'ho messo un po ma sono riuscito a configurare il router
vi posto qualora ci sia qualcuno a ciu interessi la configurazione funzionante:

no service pad
service timestamps debug datetime msec
service timestamps log datetime msec localtime show-timezone year
service password-encryption
!
hostname Soho
!
boot-start-marker
boot-end-marker
!
enable secret mettete una password
no aaa new-model
!
resource policy
!
clock timezone IT 1
clock summer-time IT recurring 4 Sun Mar 2:00 4 Sun Oct 2:00
ip subnet-zero
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.0.0.2
ip dhcp excluded-address 10.0.0.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
!
ip cef
no ip domain lookup
!
username CRWS_Shashi privilege 15 password 7 08651D0A3E48033656045D0B190E342962637541544657500108
!
!
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 80.68.xxx.xxx 255.255.255.0
ip nat outside
pvc 8/35
encapsulation aal5snap
!
!
interface Dialer0
no ip address
!
ip classless
ip route 0.0.0.0 0.0.0.0 80.68.xxx.xxx
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
ip nat inside source list 101 interface ATM0.1 overload
ip nat inside source static 10.0.0.2 interface ATM0.1
ip nat inside source static tcp 10.0.0.1 23 interface ATM0.1 23
ip nat inside source static tcp 10.0.0.1 22 interface ATM0.1 22
!
no logging trap
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 10.0.0.0 0.0.0.255
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 101 permit ip 10.0.0.0 0.0.0.255 any
access-list 101 permit tcp host 192.168.1.114 any eq 22
no cdp run
!
control-plane
!
!
line con 0
exec-timeout 120 0
password 7 0822455D0A16
no modem enable
stopbits 1
line aux 0
access-class 101 in
line vty 0 4
access-class 101 in
exec-timeout 120 0
password "password_Telnet"
login
length 0
!
scheduler max-task-time 5000
end
Rispondi