Avatar of Stephen_Mangal
Stephen_Mangal
Flag for Guyana asked on

Cannot Ping sub interfaces of created VLAN

Below is my current config

but i cannot ping
10.17.2.10, 10.17.3.10, 10.17.4.10,10.17.5.10 not 10.17.6.10 from within the router when connected by console


Current configuration : 3186 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname GRA-GTT-VAT
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip cef
ip domain name yourdomain.com
!
username cisco privilege 15 secret 5 $1$P141$q4fROTOhLJ9KDuwFkJ2hV.
!
!
!
interface Loopback0
 ip address 10.17.0.10 255.255.255.255
!
interface GigabitEthernet0/0
 description GTT-IPDedicated
 ip address 10.0.4.17 255.255.255.0
 duplex auto
 speed auto
 media-type rj45
 negotiation auto
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
media-type rj45
 negotiation auto
!
interface GigabitEthernet0/1.2
 description Voice only
 encapsulation dot1Q 2
 ip address 10.17.2.10 255.255.255.0
 ip access-group 117 in
 no snmp trap link-status
!
interface GigabitEthernet0/1.3
 description Trips only
 encapsulation dot1Q 3
 ip address 10.17.3.10 255.255.255.0
 no snmp trap link-status
!
interface GigabitEthernet0/1.4
 description Video only
 encapsulation dot1Q 4
 ip address 10.17.4.10 255.255.255.0
 no snmp trap link-status
!
interface GigabitEthernet0/1.5
 --More--
description Internet only
 encapsulation dot1Q 5
 ip address 10.17.5.10 255.255.255.0
 no snmp trap link-status
!
interface GigabitEthernet0/1.6
 description All Services
 encapsulation dot1Q 6
 ip address 10.17.6.10 255.255.255.0
 no snmp trap link-status
!
interface FastEthernet0/2/0
!
interface FastEthernet0/2/1
!
interface FastEthernet0/2/2
!
interface FastEthernet0/2/3
!
interface Serial0/0/0
 no ip address
 shutdown
 clock rate 2000000
 --More--
interface Serial0/0/1
 no ip address
 shutdown
 clock rate 2000000
!
interface Vlan1
 no ip address
!
router ospf 101
 log-adjacency-changes
 redistribute connected subnets
 network 10.0.4.0 0.0.0.255 area 1
!
ip classless
ip route 10.17.0.0 255.255.0.0 Loopback0
!
ip http server
ip http access-class 23
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 117 permit ip any any


line con 0
 login local
 stopbits 1
line aux 0
 stopbits 1
line vty 0 4
 access-class 23 in
 privilege level 15
 login local
 transport input telnet
line vty 5 15
 access-class 23 in
 privilege level 15
 login local
 transport input telnet
!
scheduler allocate 20000 1000
!
end
Routers

Avatar of undefined
Last Comment
Stephen_Mangal

8/22/2022 - Mon
Stephen_Mangal

ASKER
any help please
SOLUTION
Les Moore

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Stephen_Mangal

ASKER
sh ip int brief
Interface                  IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0         10.0.4.17       YES NVRAM  down                  down    
GigabitEthernet0/1         10.17.1.10      YES NVRAM  down                  down    
GigabitEthernet0/1.2       10.17.2.10      YES NVRAM  down                  down    
GigabitEthernet0/1.3       10.17.3.10      YES NVRAM  down                  down    
GigabitEthernet0/1.4       10.17.4.10      YES NVRAM  down                  down    
GigabitEthernet0/1.5       10.17.5.10      YES NVRAM  down                  down    
GigabitEthernet0/1.6       10.17.6.10      YES NVRAM  down                  down    
FastEthernet0/2/0          unassigned      YES unset  up                    down    
FastEthernet0/2/1          unassigned      YES unset  up                    down    
FastEthernet0/2/2          unassigned      YES unset  up                    down    
FastEthernet0/2/3          unassigned      YES unset  up                    down    
Serial0/0/0                unassigned      YES NVRAM  administratively down down    
Serial0/0/1                unassigned      YES NVRAM  administratively down down    
Vlan1                      unassigned      YES NVRAM  up                    down    
Group-Async0               unassigned      YES NVRAM  down                  down    
Group-Async1               unassigned      YES NVRAM  down                  down    
Loopback0                  10.17.0.10      YES NVRAM  up  
ASKER CERTIFIED SOLUTION
Stephen_Mangal

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23