
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 03:30 AM - edited 03-08-2019 03:09 PM
Hi All,
Can you please share your knowledge to resolve my below connectivity
My Access switch cannot ping router interface gi0/0 10.10.2.1 through core switch routed port te1/018 10.10.2.2.
How to resolve this.
core config
int te1/0/18
no switchport
ip address 10.10.2.2 255.255.255.252
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 06:36 AM
My pc's from access switch are able to access internet.
I configured eigrp on core switch and router advertising their respective networks.
Default route on both were not providing internet access nor reachability between router and access switch so added eigrp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 04:48 AM
Can you please share your config from core and access switch?
Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 06:10 AM
Router 4451 config:
no ip domain lookup
interface GigabitEthernet0/0/0
ip address 10.10.2.1 255.255.255.252
ip nat inside
!
interface GigabitEthernet0/0/1
ip address xxxxx 255.255.255.254
ip nat outside
!
!
ip access-list standard NAT_INSIDE
permit 10.10.0.0 0.0.255.255
!
ip nat inside source list NAT_INSIDE interface GigabitEthernet0/0/1 overload
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 xxxx
core sw:
interface TenGigabitEthernet1/0/18
description to router
no switchport
ip address 10.10.2.2 255.255.255.252
!
interface TenGigabitEthernet1/0/2
description to AccessSW01
switchport trunk native vlan 111
switchport trunk allowed vlan 5,7,10,15,17,18,20,30,50
switchport mode trunk
Access sw:
interface TenGigabitEthernet1/1/3
description to core
switchport trunk native vlan 111
switchport trunk allowed vlan 5,7,10,15,17,18,20,30,50
switchport mode trunk
switchport nonegotiate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 03:59 PM
Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 11:11 PM
Give IP and Default gateway to the switch..Post full Conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2018 01:46 AM
Give IP and Default gateway to the switch..Post full Conf

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 05:24 AM
Hello,
--> My Access switch cannot ping router interface gi0/0 10.10.2.1 through core switch routed port te1/018 10.10.2.2.
Post the full configuration of your access switch...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 06:36 AM
My pc's from access switch are able to access internet.
I configured eigrp on core switch and router advertising their respective networks.
Default route on both were not providing internet access nor reachability between router and access switch so added eigrp
