In pratica, ho notato che una volta tirata su l'interfaccia ATM0, in console appaiono ripetutamente i seguenti messaggi:
Codice: Seleziona tutto
*Mar 1 08:32:14.007: %DIALER-6-BIND: Interface Vi2 bound to profile Di1
*Mar 1 08:32:14.011: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up
*Mar 1 08:32:16.043: %DIALER-6-UNBIND: Interface Vi2 unbound from profile Di1
*Mar 1 08:32:16.043: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to down
La mia ADSL e' Libero Infostrada, 8Mbps, pppoe (LLC), MTU 1490 (parametro suggerito da Infostrada stessa).
Il pc da cui eseguo le prove e' connesso su FastEthernet0 con indirizzo 192.168.1.3. e da li' telnetto il router (Lan OK).
Di seguito vi riporto la configurazione segata delle parti radio e bridge.
Vi sarei grato se riusciste ad aiutarmi oggi poiche' da domani avro' difficolta' a raggiungere il forum.
Grazie.
Codice: Seleziona tutto
!
hostname xxx
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
dot11 vlan-name WiFi vlan 1
!
dot11 ssid WIFI
vlan 1
authentication open
guest-mode
!
dot11 ssid WIFI_DMZ
vlan 2
authentication open
!
ip cef
!
!
...
!
ip dhcp pool client
network 192.168.1.0 255.255.255.0
dns-server 208.67.222.222 208.67.220.220
default-router 192.168.1.1
lease infinite
!
!
ip domain name libero.it
ip name-server 208.67.222.222
ip name-server 208.67.220.220
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
bridge irb
!
!
!
interface ATM0
no ip address
mtu 1490
no atm ilmi-keepalive
dsl operating-mode auto ---------> MA HO PROVATO ANCHE ADSL, ADSL2+, ECC.
!
interface ATM0.1 point-to-point
no snmp trap link-status
mtu 1490
pvc 8/35
pppoe-client dial-pool-number 1 --------> SE ELIMINO IL COMANDO CESSANO GLI UP/DOWN, MA NON NAVIGO
!
!
interface FastEthernet0
switchport access vlan 100 -------> QUI E' CONNESSO ILPC DA CUI ESEGUO LE PROVE
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
...
... <parte di bridging>
!
interface Vlan100
ip address 192.168.1.1 255.255.255.0
no autostate
!
interface Dialer1
bandwidth 8192
ip address negotiated
ip access-group 111 in
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxxx
hold-queue 224 in
!
...
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip http server
no ip http secure-server
ip nat translation timeout 3600
ip nat translation tcp-timeout 3600
ip nat translation udp-timeout 1200
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 4096
ip nat inside source list 111 interface ATM0.1 overload
ip nat inside source static udp 192.168.1.3 1755 interface Dialer1 1755
ip nat inside source static tcp 192.168.1.3 1755 interface Dialer1 1755
ip nat inside source static udp 192.168.1.3 4672 interface Dialer1 4672
ip nat inside source static tcp 192.168.1.3 4662 interface Dialer1 4662
!
access-list 111 permit tcp any any log
access-list 111 permit ip any any log
access-list 111 permit udp any any log
access-list 111 permit ip 192.168.1.0 0.0.0.255 any
!
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
bridge 2 protocol ieee
bridge 2 route ip
!
line con 0
no modem enable
line aux 0
line vty 0 4
password xxxx
login
!
scheduler max-task-time 5000
end