On Fri, 2009-08-07 at 13:01 +0200, luismi wrote:
> We have here several Cisco devices and I would like to know if it is
> possible to filter who get access to some specific devices using the
> tacacs.conf file or the AAA configuration inside the devices.
> 
> Is that possible?

It is, and it works like a charm. The link Christopher Hunt posted has a
good example. We use it e.g. like this:

acl = pop1-access {
        permit = ^10\.0\.0\.
}

user = example-pop1-operator {
        member = admin
        acl = pop1-access
}

group = other-example-acl {
        acl = pop1-access
}

Regards,
Peter


_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to