We are trying to decide between ODBC and AD for our external DB.We are familiar with AD, but not with ODBC.Does the integration between ISE and ODBC work well?We would be grateful to know your experience.
I have a 9500 switch connected to AWS with BGP.
I want to connect an additional BACKUP line to the switch.
What attributes do I need in BGP to prioritize BGP on the switch?
ISE and WLC are authenticating with RADIUS 1X.
Is there a way to restrict wireless users to connecting only one device per account?
I want to prevent multiple devices from connecting to a single account.
SW1#sh run | s aaaaaa new-modelaaa group server radius iseserver name ise_10.10.10.10ip radius source-interface Vlan974aaa authentication dot1x default group iseaaa authorization network default group ise localaaa accounting dot1x default start-stop ...
ip access-list extended P2P
permit ip host 144.144.144.10 144.144.144.0 0.0.0.255
permit ip host 144.144.144.20 144.144.144.0 0.0.0.255
ip access-list extended allow
permit ip host 144.144.144.10 host 144.144.144.1
permit ip host 144.144.144.20...
BB(config)#vlan access-map vacl 10
BB(config-access-map)# match ip address 200
% Invalid access list name.
where ACL200 permit traffic between two host ??
access-list 101 permit ip any host 144.144.144.1
access-list 100 permit ip any 144.144.14...