Hello does anybody have an example of a good tacacs config file?
we have set up our lab at work and i need to make sure people can't change certain attributes.. like for example...
router bgp XXX is ok...
bt i don't want them running
router bgp YYYY
here is what i have so far.. very early in the stages of developing the file.
group = regularusers
{
default service = permit
service = exec
{
priv-lvl = 15
}
cmd = router
{
deny bgp YYY
permit .*
}
the problem is this does not work...
users can still freely type in router bgp YYY and gain access to the bgp configuration.
has anybody else done something similar?
we have set up our lab at work and i need to make sure people can't change certain attributes.. like for example...
router bgp XXX is ok...
bt i don't want them running
router bgp YYYY
here is what i have so far.. very early in the stages of developing the file.
group = regularusers
{
default service = permit
service = exec
{
priv-lvl = 15
}
cmd = router
{
deny bgp YYY
permit .*
}
the problem is this does not work...
users can still freely type in router bgp YYY and gain access to the bgp configuration.
has anybody else done something similar?