• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

can't ping entire vlan

Pantlegz

Diamond Member
So I've got a network with multiple vlans and I've got a bit of an issue with it. One of the networks is 10.165.24.0/21 which would be 10.165.24-31.254 if I did my math correct. The router is setup with a path to that network and anything on 10.165.24.x will ping fine, but when I try to pign 10.165.25.x it gets no response. Even stranger, the 10.165.25.x range is able to ping anything on the network... What did I mess up?

Router config (kinda long)

Code:
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
no ipv6 cef
ip source-route
ip cef
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0
 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$
 no ip address
 duplex auto
 speed auto
 no keepalive
!
interface GigabitEthernet0/0.8
 description Switches
 encapsulation dot1Q 8
 ip address 10.165.8.1 255.255.252.0
 ip helper-address 10.165.24.50
 ip helper-address 10.165.24.51
!
interface GigabitEthernet0/0.12
 description Wireless
 encapsulation dot1Q 12
 ip address 10.165.12.1 255.255.252.0
 ip helper-address 10.165.24.50
 ip helper-address 10.165.24.51
!
interface GigabitEthernet0/0.24
 description Servers
 encapsulation dot1Q 24
 ip address 10.165.24.1 255.255.248.0
 ip helper-address 10.165.24.50
 ip helper-address 10.165.24.51
!
interface GigabitEthernet0/0.32
 description SUPPORT
 encapsulation dot1Q 32
 ip address 10.165.32.1 255.255.248.0
 ip helper-address 10.165.24.50
 ip helper-address 10.165.24.51
!
interface GigabitEthernet0/0.48
 description BRU
 encapsulation dot1Q 48
 ip address 10.165.48.1 255.255.248.0
 ip helper-address 10.165.24.50
 ip helper-address 10.165.24.51
!
interface GigabitEthernet0/0.64
 description ERU
 encapsulation dot1Q 64
 ip address 10.165.64.1 255.255.248.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.80
 description GQSRU
 encapsulation dot1Q 80
 ip address 10.165.80.1 255.255.248.0
 ip helper-address 10.165.4.50
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.96
 description WERU
 encapsulation dot1Q 96
 ip address 10.165.96.1 255.255.248.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.112
 description ABADRU
 encapsulation dot1Q 112
 ip address 10.165.112.1 255.255.248.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.128
 description VoIP
 encapsulation dot1Q 128
 ip address 10.165.128.1 255.255.248.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.144
 description iSCSI
 encapsulation dot1Q 144
 ip address 10.165.144.1 255.255.248.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.160
 description WEB
 encapsulation dot1Q 160
 ip address 10.165.160.1 255.255.248.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.172
 description Metasys network
 encapsulation dot1Q 172
 ip address 172.16.0.0 255.0.0.0
 no keepalive
!
interface GigabitEthernet0/0.240
 description New Printers
 encapsulation dot1Q 240
 ip address 10.165.240.1 255.255.248.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
!
interface GigabitEthernet0/0.999
 description Old Printers
 encapsulation dot1Q 999
 ip address 10.100.100.1 255.255.0.0
 ip helper-address 10.165.24.51
 ip helper-address 10.165.24.50
 no keepalive
!
interface GigabitEthernet0/1
 description Connection to Barracuda
 ip address 10.165.4.3 255.255.252.0
 duplex auto
 speed auto
 no snmp trap link-status
 no keepalive
!
interface GigabitEthernet0/2
 no ip address
 shutdown
 duplex auto
 speed auto
!
router ospf 1
 log-adjacency-changes
 network 10.100.0.0 0.0.255.255 area 0
 network 10.165.4.0 0.0.3.255 area 0
 network 10.165.8.0 0.0.3.255 area 0
 network 10.165.12.0 0.0.3.255 area 0
 network 10.165.24.0 0.0.7.255 area 0
 network 10.165.32.0 0.0.7.255 area 0
 network 10.165.48.0 0.0.7.255 area 0
 network 10.165.64.0 0.0.7.255 area 0
 network 10.165.80.0 0.0.7.255 area 0
 network 10.165.96.0 0.0.7.255 area 0
 network 10.165.112.0 0.0.7.255 area 0
 network 10.165.128.0 0.0.7.255 area 0
 network 10.165.144.0 0.0.7.255 area 0
 network 10.165.160.0 0.0.7.255 area 0
 network 10.165.240.0 0.0.7.255 area 0
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 0.0.0.0 0.0.0.0 10.165.4.1
!
!
!
!
control-plane
!
!
line con 0
 exec-timeout 150 0
 password 7 011007035E09115D7018
 logging synchronous
 login local
 stopbits 1
line aux 0
 password 7 121A041017091B567B7F
 stopbits 1
line vty 0 4
 privilege level 15
 password 7 104D081E001505595D50
 login local
 transport input telnet
line vty 5 15
 access-class 23 in
 privilege level 15
 login
 transport input none
!
scheduler allocate 20000 1000
end
router#

and show ip route

Code:
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route, + - replicated route
Gateway of last resort is 10.165.4.1 to network 0.0.0.0
S*    0.0.0.0/0 [1/0] via 10.165.4.1
      10.0.0.0/8 is variably subnetted, 30 subnets, 4 masks
C        10.100.0.0/16 is directly connected, GigabitEthernet0/0.999
L        10.100.100.1/32 is directly connected, GigabitEthernet0/0.999
C        10.165.4.0/22 is directly connected, GigabitEthernet0/1
L        10.165.4.3/32 is directly connected, GigabitEthernet0/1
C        10.165.8.0/22 is directly connected, GigabitEthernet0/0.8
L        10.165.8.1/32 is directly connected, GigabitEthernet0/0.8
C        10.165.12.0/22 is directly connected, GigabitEthernet0/0.12
L        10.165.12.1/32 is directly connected, GigabitEthernet0/0.12
C        10.165.24.0/21 is directly connected, GigabitEthernet0/0.24
L        10.165.24.1/32 is directly connected, GigabitEthernet0/0.24
C        10.165.32.0/21 is directly connected, GigabitEthernet0/0.32
L        10.165.32.1/32 is directly connected, GigabitEthernet0/0.32
C        10.165.48.0/21 is directly connected, GigabitEthernet0/0.48
L        10.165.48.1/32 is directly connected, GigabitEthernet0/0.48
C        10.165.64.0/21 is directly connected, GigabitEthernet0/0.64
L        10.165.64.1/32 is directly connected, GigabitEthernet0/0.64
C        10.165.80.0/21 is directly connected, GigabitEthernet0/0.80
L        10.165.80.1/32 is directly connected, GigabitEthernet0/0.80
C        10.165.96.0/21 is directly connected, GigabitEthernet0/0.96
L        10.165.96.1/32 is directly connected, GigabitEthernet0/0.96
C        10.165.112.0/21 is directly connected, GigabitEthernet0/0.112
L        10.165.112.1/32 is directly connected, GigabitEthernet0/0.112
C        10.165.128.0/21 is directly connected, GigabitEthernet0/0.128
L        10.165.128.1/32 is directly connected, GigabitEthernet0/0.128
C        10.165.144.0/21 is directly connected, GigabitEthernet0/0.144
L        10.165.144.1/32 is directly connected, GigabitEthernet0/0.144
C        10.165.160.0/21 is directly connected, GigabitEthernet0/0.160
L        10.165.160.1/32 is directly connected, GigabitEthernet0/0.160
C        10.165.240.0/21 is directly connected, GigabitEthernet0/0.240
L        10.165.240.1/32 is directly connected, GigabitEthernet0/0.240
C     172.0.0.0/8 is directly connected, GigabitEthernet0/0.172
      172.16.0.0/32 is subnetted, 1 subnets
L        172.16.0.0 is directly connected, GigabitEthernet0/0.172
 
C 10.165.24.0/21 is directly connected, GigabitEthernet0/0.24
L 10.165.24.1/32 is directly connected, GigabitEthernet0/0.24
C 10.165.25.0/21 is directly connected, GigabitEthernet0/0.32
L 10.165.25.1/32 is directly connected, GigabitEthernet0/0.32


C 10.165.32.0/21 is directly connected, GigabitEthernet0/0.32
L 10.165.32.1/32 is directly connected, GigabitEthernet0/0.32
Shouldn't you have a 25 subnet in there? the config looks like it's missing a subinterface for the 10.165.25.x subnet.


[/QUOTE]
 
10.165.25.x is covered with C 10.165.24.0/21 is directly connected, GigabitEthernet0/0.24. 10.165.25.0/21 does not work because it is not on a subnet boundary.
 
Back
Top