Simple Dot1x Port Authentication with IBNS2.0
Cisco came up with a more flexible style of Dot1x port authentications in order to build more complex Methods specially for BYOD in mind. They took the concepts of policy-maps and classes in order to build these new rule sets. So until now I’ve configured every dot1x port for authentication similiar to this example
1 2 3 4 5 6 7 8 9 10 11 12 |
interface GigabitEthernet1/0/1 description ++FlecConnect AP++ switchport mode trunk switchport trunk native vlan 22 authentication host-mode multi-host authentication order mab dot1x authentication priority dot1x mab mab dot1x pae authenticator spanning-tree portfast trunk spanning-tree bpduguard enable end |
[…]