Link to home
Start Free TrialLog in
Avatar of CipherUser
CipherUser

asked on

How to add route to L3 Cisco Switch

I have a Cisco ASA5525-x plugged into a Cisco 3850 switch.  The ASA is on a different network than the users plugged into the switch.  I want to be able to ping the ASA from one of the laptops plugged into one of the 3850 ports.  Do I need to add a route to the switch to accomplish this?  If so, how is this done.

Sorry if this is a simple question.

Thanks!
Avatar of lruiz52
lruiz52
Flag of United States of America image

Can you post a sanitised config of your Switch and ASA?

you will need to ad a route on the L3 Switch (maybe default route)

you will also need to create and ACL on the ASA to allow Ping traffic from user network.
Avatar of CipherUser
CipherUser

ASKER

Attached is the 3850 Switch config.  I cannot provide the ASA config.  The firewall I'm trying to ping is 10.89.x.x.

Thanks for any help you can provide!
3850Config.txt
Oh and I'm told the ASA is pingable from other devices on the 10.89.x.x network, so an ACL might not be needed.
ASKER CERTIFIED SOLUTION
Avatar of lruiz52
lruiz52
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Confirm the model of your switch.
It looks like it is an L2 switch, I didn't see "no ip routing" or "ip routing" command in the running config.

Go into config mode and run the following command
ip routing.

Check the config if it registers (in case you don't get an error)