Cisco 1841 con HWIC-1ADSL e HWIC-AP

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
matteo9663
n00b
Messaggi: 3
Iscritto il: mer 16 mar , 2011 1:29 pm

Salve a tutti,
avrei la necessità di sapere come posso configurare un router 1841 con una scheda HWIC-1ADSL e una scheda HWIC-AP per gestire una normale rete casalinga.
Ho bisogno di aiuto!!!!
Anticipatamente ringrazio.
Matteo
Avatar utente
dinukro
Cisco fan
Messaggi: 28
Iscritto il: mar 08 mar , 2011 4:36 pm

Ciao,

dipende dal tuo provider che protocollo usa, questo esempio e per Tiscali:


interface FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface ATM0/0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0/0/0.1 point-to-point
description $ES_WAN$
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 xxxxx
ppp pap sent-username [email protected] password 0 xxxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
dialer-list 1 protocol ip permit

Per quanto riguarda la configurazione della HWIC-AP devi creare una interfaccia BVI e meti tutte le interfacce in bridge .

esempio:

dot11 syslog
!
dot11 ssid xxxxxxxxx
vlan 1
authentication open
!
ip dhcp pool My-LAN
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
lease infinite
!
!
!
bridge irb
!
!
interface FastEthernet0/0
description $Lan Interna$
ip address dhcp
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
bridge-group 1
!
interface Dot11Radio0/0/0
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid xxxxxxxxx
!
mbssid
speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role non-root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio0/0/0.1
encapsulation dot1Q 1 native
ip address dhcp
ip nat inside
ip virtual-reassembly
!
interface Dot11Radio0/0/1
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid xxxxxxxxx
!
mbssid
speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role non-root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio0/0/1.1
encapsulation dot1Q 1 native
ip address dhcp
ip nat inside
ip virtual-reassembly
!
interface ATM0/1/0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 xxxxxxx
ppp pap sent-username [email protected] password 0 xxxxxx
!
interface BVI1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!


Spero che sono stato utile :) :D :D :D :D


Ciao
Rispondi