Switch#configure terminal | Enter configure mode |
Switch(config)#bridge 1 protocol ieee vlan-bridge | Create bridge 1 |
OcNOS(config)#commit | Commit candidate configuration to be running configuration |
Switch(config)#port-security disable | Disable port security |
Switch(config)#dot1x system-auth-ctrl | Enable dot1x authentication globally |
Switch(config)#auth-mac system-auth-ctrl | Enable MAC authentication bypass globally |
Switch(config)#radius-server dot1x host 10.1.1.1 key 0 testing123 | Specify the host IP and key with string name between radius server and client. |
Switch(config)#commit | Commit transaction |
Switch(config)#interface xe0 | Configure interface xe0 |
Switch(config-if)#switchport | Enable switch port on interface. |
Switch(config-if)#bridge-group 1 | Associate bridge to an interface. |
Switch(config-if)#switchport mode access | Configure port as access |
Switch(config-if)#dot1x port-control auto | Enable authentication (via Radius) on port (xe0) |
Switch(config-if)#dot1x mac-auth-bypass enable | Enable MAC authentication bypass on interface |
OcNOS(config)#commit | Commit candidate configuration to be running configuration |
Switch(config)#interface xe9 | Configure interface xe9 |
Switch(config-if)#ip address 10.1.1.2/24 | Set the IP address on interface xe9 |
Switch(config-if)#commit | Commit transaction |
Switch(config-if)#end | Exit config mode. |
Switch#configure terminal | Enter configure mode |
Switch(config)#bridge 1 protocol ieee vlan-bridge | Create bridge 1 |
Switch(config)#port-security disable | Disable port security |
Switch(config)#dot1x system-auth-ctrl | Enable dot1x authentication globally |
Switch(config)#auth-mac system-auth-ctrl | Enable MAC authentication bypass globally |
Switch(config)#radius-server dot1x host 10.1.1.1 key 0 testing123 | Specify the host IP and key with string name between radius server and client. |
Switch(config)#commit | Commit transaction |
Switch(config)#interface xe0 | Configure interface xe0 |
Switch(config-if)#switchport | Enable switch port on interface. |
Switch(config-if)#bridge-group 1 | Associate bridge to an interface. |
Switch(config-if)#switchport mode access | Configure port as access |
Switch(config-if)#auth-mac enable | Enable MAC authentication on interface |
OcNOS(config)#commit | Commit candidate configuration to be running configuration |
Switch(config)#interface xe9 | Configure interface xe9 |
Switch(config-if)#ip address 10.1.1.2/24 | Set the IP address on interface xe9 |
Switch(config-if)#commit | Commit transaction |
Switch(config-if)#end | Exit config mode. |