cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
456
Views
0
Helpful
2
Replies

IOS command on CatOS

Hello All,

I want to carry out an IOS command on CatOS.

IOS----------------------------------------------------

!

service timestamps debug datetime localtime

service timestamps log datetime localtime

logging buffered 8192 informational

logging trap debugging

logging facility local1

logging X.X.X.X

!

aaa authentication login default group tacacs+ line

aaa authentication enable default group tacacs+ enable

aaa authorization exec default group tacacs+ none

aaa authorization commands 1 default group tacacs+ none

aaa authorization commands 15 default group tacacs+ none

aaa accounting exec default start-stop group tacacs+

aaa accounting commands 1 default start-stop group tacacs+

aaa session-id common

tacacs-server host X.X.X.X

tacacs-server directed-request

tacacs-server key xxx

!

snmp-server community imsp-isd-com RO

!

no ip domain-lookup

!

ntp server X.X.X.X

ntp server X.X.X.X

!

----------------------------------------------------------

Is there a corresponding command?

2 Replies 2

Jagdeep Gambhir
Level 10
Level 10

Console> (enable) set tacacs server [IP] [primary]

set tacacs key [key]

set tacacs attempts [number] (optional)

set localuser user [user] password [password] privilege 15

set authentication login local enable

set authentication login tacacs enable [all | console | http | telnet] [primary]

set authorization exec enable tacacs+ [deny | none] [console | telnet | both]

set authorization commands enable [config | all] tacacs+ [deny | none] [console |

telnet | both]

Console> (enable) set accounting exec enable stop-only tacacs+

Console> (enable) set accounting commands enable config stop-only tacacs+

Check this link for more information.

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/sw_8_5/cmd_ref/ses_sete.htm

Regards,

Jagdeep

Note: If that answers your question, then please mark this thread as resolved, so that others can benefit from it.

Thanks for the answer!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: