03-25-2023 11:48 AM
Greetings,
i have a Cisco 887VAM Integrated Service Router and i am currently trying to configure Inter-VLAN-Routing between VLAN2 und VLAN3.
VLAN2-Port: FastEthernet 1
VLAN2-Interface: 192.168.2.1/24
VLAN2-Host: 192.168.2.2/24
VLAN3-Port: FastEthernet 0
VLAN3-Interface: 192.168.180.2/24
VLAN3-Host: 192.168.180.107/24
The Situation is as followed:
From VLAN3-Host i can successfully ping
VLAN3-Interface
VLAN2-Interface
but i cannot ping VLAN2-Host
From the Router i can successfully ping
VLAN3-Interface
VLAN2-Interface
VLAN3-Host
but i cannot ping VLAN2-Host
From VLAN2-Host i can ping VLAN2-Interface but not vice versa (as stated above).
My goal is to reach VLAN2-Host from VLAN3-Host and vice versa. Does the fact that i can ping VLAN3-Interface from VLAN2-Host state that Inter-VLAN-Routing is configured?
The VLAN2-Host has no firewall that doesn't allow pinging (i can also ping the Host successfully from other hosts in the same network).
The configuration of the router is as followed:
Current configuration : 2047 bytes
!
! Last configuration change at 04:51:50 CEST Sat Mar 25 2023 by master
!
version 15.4
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname r1
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$vu3P$LtDjEim6wu2V/z9pgYlxG1
!
aaa new-model
!
!
aaa authentication login default local
!
!
!
!
!
aaa session-id common
clock timezone CET 1 0
clock summer-time CEST recurring
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip domain name masterarbeit.local
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
cts logging verbose
license udi pid C887VAM-K9 sn FCZ1916C0JM
!
!
file prompt quiet
vtp mode transparent
username master password 7 094D5C0B1C0C03
!
!
!
!
!
controller VDSL 0
!
vlan 2-3,101
!
!
!
!
!
!
!
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
shutdown
!
interface FastEthernet0
switchport access vlan 3
no ip address
!
interface FastEthernet1
switchport access vlan 2
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 192.168.2.1 255.255.255.0
!
interface Vlan3
ip address 192.168.180.2 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip ftp username student921
ip ftp password 7 050F030520424C504D
ip ssh time-out 60
ip ssh authentication-retries 5
ip ssh version 2
!
!
access-list 100 deny icmp any host 192.168.2.1 echo
access-list 100 permit ip any any
!
!
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
line con 0
no modem enable
line aux 0
exec-timeout 0 10
no exec
line vty 0 4
exec-timeout 5 0
transport input ssh
line vty 5 15
exec-timeout 5 0
transport input ssh
!
scheduler allocate 20000 1000
!
!
!
end
Thank you in advance!
03-25-2023 11:52 AM
Hi
It seems to be a Host2 problem. Make sure it is properly configured with default gateway.
03-25-2023 12:09 PM
Hi,
host is configured via a static ip address and standard gateway:
Ethernet-Adapter Ethernet:
IPv4-Adress . . . . . . . . . . : 192.168.2.2
Subnetmask . . . . . . . . . . : 255.255.255.0
Standardgateway . . . . . . : 192.168.2.1 (VLAN2 Interface)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide