Hi
I got a problem while excuted " show configuration" but nothing can see after authenticated by TACACS+
Login/show interface/into configure mode/commit are all fine.
But I can't get any information by "show configuration", even "show configuration interface"
Is there anything wrong on my configuration ?
****** switch ****************
class FET_L3 {
permissions all;
}
user FET_L3 {
uid 603;
class FET_L3;
*****************************
******* TACACS+***********
group = FET_L3 {
acl = FET_L3
login = file /etc/passwd
service = junos-exec {
local-user-name = FET_L3
user-permissions = "configure"
allow-commands1 = "ping.*"
allow-commands2 = "traceroute.*"
allow-commands10 = "show.*"
allow-commands11 = "configure"
allow-commands12 = "rollback.*"
allow-commands13 = "commit.*"
allow-commands14 = "exit"
allow-commands15 = "monitor.*"
deny-commands1 = ".*"
allow-configuration1 = "interface.*"
allow-configuration2 = "vlans.*"
allow-configuration3 = "protocols ospf.*"
allow-configuration4 = "protocols rstp.*"
allow-configuration5 = "system.*"
deny-configuration1 = ".*"
}
}
user = alex_L3 {
member = FET_L3
}
*************************************
Best regards,
Cloud
#TACACS+