Link to home
Start Free TrialLog in
Avatar of J G
J G

asked on

Cisco 2960 config

Long story short, at the bottom of my Cisco 2960 switch config I want to:

1) add the line:  logging esm config

2) delet the line: transport input none


  Can someone show me how to do?

I want to do this to exactly match a config I copied from.
Avatar of Soulja
Soulja
Flag of United States of America image

conf t
logging esm config

line vty x  y
transport input none

x being the first and y being the last line number
Avatar of J G
J G

ASKER

I want to add the logging to the IP gateway:

ip default-gateway 192.168.46.201
ip http server
ip http secure-server
logging esm config

I can't get the logging esm config line to appear.


any ideas?
Avatar of J G

ASKER

Also,

I want to completely remove the line "transport input none".  Is this possible?
ASKER CERTIFIED SOLUTION
Avatar of Sandeep Gupta
Sandeep Gupta
Flag of India 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
I want to completely remove the line "transport input none"

This line one disappear, you can either put transport input none/ssh/telnet/all

What do you mean you want logging to the gateway?