Hi!
Ik heb een Cisco 877w aangeschaft om mijn Solcon provider modem/router te vervangen (en veel te leren).
Omdat de integrated routing en bridging nogal complex is, ben ik begonnen met een "simpele" configuratie, nog zonder wireless, die zou moeten werken, maar .... ik krijg 'm na vanalles proberen niet aan de praat.
Ik weet het even niet meer, graag hulp of ideeën.
Enkele gegevens, Solcon BabyXL netwerk:
VPI 0
VCI: 34
Protocol: 1483 bridged ip
Encapsulation: LLC
Use DHCP: enable
PPP: n.v.t.
Cisco running-config:
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname henkie
ip domain name xxxxxxxx.ath.cx
ip name-server 212.45.33.3
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret 5 xxxxxxxxxxxxxxxx
enable password xxxxxxxxxxxx!
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.11.254
ip dhcp excluded-address 192.168.11.100
ip dhcp excluded-address 192.168.11.101
ip dhcp excluded-address 192.168.11.102
ip dhcp excluded-address 192.168.11.200
ip dhcp excluded-address 192.168.11.201
!
ip dhcp pool Cisco877pool
network 192.168.11.0 255.255.255.0
default-router 192.168.11.254
dns-server 192.168.11.254 212.45.33.3
lease 365
!
!
multilink bundle-name authenticated
!
!
interface ATM0
description Fysieke ADSL (ATM) Interface
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address dhcp
ip access-group 101 in
ip nat outside
ip virtual-reassembly
no snmp trap link-status
atm route-bridged ip
pvc 0/32
encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
shutdown
!
interface FastEthernet2
shutdown
!
interface FastEthernet3
shutdown
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
description Router (Vlan) Interface Intern LAN
ip address 192.168.11.254 255.255.255.0
ip nat inside
ip virtual-reassembly
hold-queue 100 out
!
!
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface ATM0.1 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.11.0 0.0.0.255
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 101 permit tcp any any established
access-list 101 permit icmp any any administratively-prohibited
access-list 101 permit icmp any any echo
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any packet-too-big
access-list 101 permit icmp any any time-exceeded
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any unreachable
access-list 101 remark DNS In and Out
access-list 101 permit udp any eq domain any eq domain
access-list 101 permit udp any eq domain any gt 1023
access-list 101 remark DHCP client requests
access-list 101 permit udp any eq bootps any eq bootpc
access-list 101 deny ip any any log
!
!
!
tftp-server 192.168.11.24
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password xxxxxxxx
login
!
scheduler max-task-time 5000
end
-------------------------------------------
Ik krijg geen ip van DHCP binnen....
henkie#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset up up
FastEthernet1 unassigned YES unset administratively down down
FastEthernet2 unassigned YES unset administratively down down
FastEthernet3 unassigned YES unset administratively down down
Dot11Radio0 unassigned YES NVRAM administratively down down
ATM0 unassigned YES NVRAM up up
ATM0.1 unassigned YES DHCP up up
Vlan1 192.168.11.254 YES NVRAM up up
NVI0 unassigned NO unset up up
- ip route 0.0.0.0 0.0.0.0 ATM0.1 weggehaald (hielp niets)
- mac-address van het vorige modem gebruikt op interface ATM0.1: hielp niets
Tnx.
Ik heb een Cisco 877w aangeschaft om mijn Solcon provider modem/router te vervangen (en veel te leren).
Omdat de integrated routing en bridging nogal complex is, ben ik begonnen met een "simpele" configuratie, nog zonder wireless, die zou moeten werken, maar .... ik krijg 'm na vanalles proberen niet aan de praat.
Ik weet het even niet meer, graag hulp of ideeën.
Enkele gegevens, Solcon BabyXL netwerk:
VPI 0
VCI: 34
Protocol: 1483 bridged ip
Encapsulation: LLC
Use DHCP: enable
PPP: n.v.t.
Cisco running-config:
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname henkie
ip domain name xxxxxxxx.ath.cx
ip name-server 212.45.33.3
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret 5 xxxxxxxxxxxxxxxx
enable password xxxxxxxxxxxx!
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.11.254
ip dhcp excluded-address 192.168.11.100
ip dhcp excluded-address 192.168.11.101
ip dhcp excluded-address 192.168.11.102
ip dhcp excluded-address 192.168.11.200
ip dhcp excluded-address 192.168.11.201
!
ip dhcp pool Cisco877pool
network 192.168.11.0 255.255.255.0
default-router 192.168.11.254
dns-server 192.168.11.254 212.45.33.3
lease 365
!
!
multilink bundle-name authenticated
!
!
interface ATM0
description Fysieke ADSL (ATM) Interface
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address dhcp
ip access-group 101 in
ip nat outside
ip virtual-reassembly
no snmp trap link-status
atm route-bridged ip
pvc 0/32
encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
shutdown
!
interface FastEthernet2
shutdown
!
interface FastEthernet3
shutdown
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
description Router (Vlan) Interface Intern LAN
ip address 192.168.11.254 255.255.255.0
ip nat inside
ip virtual-reassembly
hold-queue 100 out
!
!
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface ATM0.1 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.11.0 0.0.0.255
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 101 permit tcp any any established
access-list 101 permit icmp any any administratively-prohibited
access-list 101 permit icmp any any echo
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any packet-too-big
access-list 101 permit icmp any any time-exceeded
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any unreachable
access-list 101 remark DNS In and Out
access-list 101 permit udp any eq domain any eq domain
access-list 101 permit udp any eq domain any gt 1023
access-list 101 remark DHCP client requests
access-list 101 permit udp any eq bootps any eq bootpc
access-list 101 deny ip any any log
!
!
!
tftp-server 192.168.11.24
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password xxxxxxxx
login
!
scheduler max-task-time 5000
end
-------------------------------------------
Ik krijg geen ip van DHCP binnen....
henkie#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset up up
FastEthernet1 unassigned YES unset administratively down down
FastEthernet2 unassigned YES unset administratively down down
FastEthernet3 unassigned YES unset administratively down down
Dot11Radio0 unassigned YES NVRAM administratively down down
ATM0 unassigned YES NVRAM up up
ATM0.1 unassigned YES DHCP up up
Vlan1 192.168.11.254 YES NVRAM up up
NVI0 unassigned NO unset up up
- ip route 0.0.0.0 0.0.0.0 ATM0.1 weggehaald (hielp niets)
- mac-address van het vorige modem gebruikt op interface ATM0.1: hielp niets
Tnx.