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

accounting(commands)

ohassairi
Level 5
Level 5

we are trying to monitor what our network engineers enter as commands when configuring cisco devices. so we think the best solution is to use accounting feature.

when configuring aaa (accounting):

router(config)#aaa accounting commands ?

<0-15> Enable level

we tried with privilege 15, but we only get logged commands entered in # mode: commands in config mode and in interface mode are not logged to taccacs server!

is there a way to resolve this?

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

> is there a way to resolve this?

You need to enable accounting for exec as well.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hsec_r/sec_a1h.htm#wp1155873

HTH,

__

Edison.

Configure the following commands to get the accounting details for all the privilege levels

aaa accounting exec default start-stop group tacacs+

aaa accounting commands 1 default start-stop group tacacs+

aaa accounting commands 15 default start-stop group tacacs+

The default will apply the config to all lines. If you have a method list defined use it in place of the default

HTH

Narayan

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:

Review Cisco Networking products for a $25 gift card