Ik heb een Hp switch aan een cisco router hangen. aan de switch staat wat apparatuur die kan elkaar pingen. Op de router kan ik naar buiten pingen (interface 0/0)
Ik kan alleen niet naar binnen pingen (interface 0/1)
Op de switch kan ik ook niet naar de router pingen. Er is geen verkeer tussen. De straightkabel is wel getest. en beide apparaten vertonen indicatielampjes dat er connectie is.
Op de switch staat trunking aan wegens 2 vlans.
Cisco router config:
Building configuration...
Current configuration : 1920 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 3600
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$HIwC$tQg1X16ChGVczCf.zz9IY1
enable password xxxxxx
!
no aaa new-model
no ip routing
!
no ip cef
!
!ip name-server 192.168.2.1
!!
voice-card 0
no dspfarm
!
interface FastEthernet0/0
description WAN Connection
ip address 10.6.98.185 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/0.1
description Production Vlan
encapsulation dot1Q 1 native
ip address 172.22.2.1 255.255.255.0
ip helper-address 172.22.2.2
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/1
ip address 172.22.2.88 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0/1.99
description Sub-Interface VLAN 99
encapsulation dot1Q 99
ip address 10.99.99.1 255.255.255.0
ip helper-address 172.22.2.2
ip nat inside
ip virtual-reassembly
no ip route-cache
!
interface Serial0/0/0
ip address 172.22.2.10 255.255.255.0
no ip route-cache
clock rate 2000000
!
ip default-gateway 10.6.98.250
ip route 0.0.0.0 0.0.0.0 10.6.98.250
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 permit 172.22.2.0 0.0.0.225
access-list 1 permit 10.99.99.0 0.0.0.255
snmp-server community public RO
!
control-plane
!
line con 0
line aux 0
line vty 0 4
password xxxxxxx
login
!
scheduler allocate 20000 1000
!
end
Wat the bleep gaat er fout ?
Ik kan alleen niet naar binnen pingen (interface 0/1)
Op de switch kan ik ook niet naar de router pingen. Er is geen verkeer tussen. De straightkabel is wel getest. en beide apparaten vertonen indicatielampjes dat er connectie is.
Op de switch staat trunking aan wegens 2 vlans.
Cisco router config:
Building configuration...
Current configuration : 1920 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 3600
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$HIwC$tQg1X16ChGVczCf.zz9IY1
enable password xxxxxx
!
no aaa new-model
no ip routing
!
no ip cef
!
!ip name-server 192.168.2.1
!!
voice-card 0
no dspfarm
!
interface FastEthernet0/0
description WAN Connection
ip address 10.6.98.185 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/0.1
description Production Vlan
encapsulation dot1Q 1 native
ip address 172.22.2.1 255.255.255.0
ip helper-address 172.22.2.2
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/1
ip address 172.22.2.88 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0/1.99
description Sub-Interface VLAN 99
encapsulation dot1Q 99
ip address 10.99.99.1 255.255.255.0
ip helper-address 172.22.2.2
ip nat inside
ip virtual-reassembly
no ip route-cache
!
interface Serial0/0/0
ip address 172.22.2.10 255.255.255.0
no ip route-cache
clock rate 2000000
!
ip default-gateway 10.6.98.250
ip route 0.0.0.0 0.0.0.0 10.6.98.250
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 permit 172.22.2.0 0.0.0.225
access-list 1 permit 10.99.99.0 0.0.0.255
snmp-server community public RO
!
control-plane
!
line con 0
line aux 0
line vty 0 4
password xxxxxxx
login
!
scheduler allocate 20000 1000
!
end
Wat the bleep gaat er fout ?