12-20-2019 10:01 AM
I am trying to configure a C9300. I have the vlan100 configure with a default gateway which I can ping. However on a PC I connect to the switch, it shows connection limited. When i do ''show ip redirects'' is show the following message.''ICMP CACHE IS EMPTY'' How can i solved that in other to have land activated?
Thank you for your help
Solved! Go to Solution.
01-17-2020 05:38 AM
Hello Guys,
Thank you to all of you who had offered me help to solve my issue. I have found a solution. After some change in my routing table and modification in my firewall, everything came up smoothly.
Once again thank you, see you in the next issue.
12-20-2019 11:38 AM
Hello,
it is unclear what you are trying to ping. What is the IP address of the PC, and what IP address are you trying to ping ? Is the C9300 configured as a layer 2 or layer 3 switch ?
12-20-2019 11:43 AM
12-20-2019 11:46 AM
12-20-2019 01:19 PM
Hello,
I would do a:
9300#factory-reset all
and start from scratch. With the correct default gateway configured then, see if the problem persists...
12-20-2019 11:47 AM
Hello,
the SVI for Vlan 100 is configured on that same switch, and you are trying to ping the IP address of the Vlan 100 SVI from a PC in that same Vlan ?
Post the configuration of your switch and indicate which port the PC is connected to...
12-20-2019 12:00 PM
12-20-2019 12:07 PM
as per the description below :
router=>connect to the switch on port 23=> the distribution switch2 on any port=> the pc
can you post the switch config and router config to look, is PC Set to DHCP ? what is PC IP address ?
12-20-2019 12:14 PM
12-23-2019 10:03 AM
07-10-2023 08:17 AM
You must enable routing
Example: Router(config)#ip routing
12-21-2019 01:42 AM - edited 12-21-2019 01:44 AM
Hello
@dattsNet07 wrote:
I am trying to configure a C9300. I have the vlan100 configure with a default gateway which I can ping. However on a PC I connect to the switch, it shows connection limited.
Has the l2 vlan been created for that SVI and assigned it to an access port
conf t
vlan 100
exit
Int xx
swtichport mode access
switchport access vlan 100
12-23-2019 10:09 AM
Sorry for the delay in responding.
I have assigned a port to vlan1.
To the vlan have assigned the gateway. witch would be applied to vlan 100 as well, where all the other port are assigned for traffic.
What else should i do or correct in other to have my L3 switch communication to my router through the HSPR address.
Thank you
12-24-2019 12:44 AM
For me i still do not see much information here, can you post switch configuration?
what is VLAN I 100 IP address, what is VLAN 1 IP address here?
what is the Router IP? what is the PC IP you got and you are trying to Ping? - what device offering you DHCP IP reservation? Switch or router?
01-14-2020 06:31 AM
Sorry guy for the delay, I was out for a while. Your help is really appreciated.
I have passed below the config, please add your comments. I have added a drawing of what I am trying to archive.
Thank you
Version 2.0
!
………………………………………..
name DATA
!
!
class-map match-any system-cpp-police-topology-control
description Topology control
…..
description Protocol snooping
class-map match-any system-cpp-police-dhcp-snooping
description DHCP snooping
class-map match-any system-cpp-police-system-critical
description System Critical and Gold Pkt
!
policy-map system-cpp-policy
!
!
!
interface GigabitEthernet0/0
vrf forwarding Mgmt-vrf
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet1/0/1
switchport access vlan 100
switchport mode access
spanning-tree portfast
!
!
interface GigabitEthernet1/0/23
switchport access vlan 100
switchport mode trunk
spanning-tree portfast
!
interface GigabitEthernet1/0/24
switchport trunk native vlan 100
switchport trunk allowed vlan 100
switchport mode access
spanning-tree guard none
!
interface GigabitEthernet1/1/1
!
interface Vlan1
no ip address
!
interface Vlan100
ip address 1.2.2.3_3 255.255.255.0
ip helper-address 1.1.2.9
!
ip default-gateway 1.2.2.3
ip forward-protocol nd
ip ssh version 2
!
!
!
line con 0
stopbits 1
line vty 5 15
!
ntp server 1.1.1.2
!
!
!
!
!
!
end
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