Ejemplo de código de configuración del canal de emergencia cuando el servidor de autenticación 802.1X está inactivo.
#
authentication-profile name p1
dot1x-access-profile d1
authentication event authen-server-down action authorize vlan 100
authentication event authen-server-up action re-authen
#
domain isp
#
radius-server template rd1
radius-server shared-key cipher %^%#FP@&C(&{$F2HTlPxg^NLS~KqA/\^3Fex;T@Q9A](%^%#
radius-server authentication 192.168.100.100 1812 weight 80
radius-server accounting 192.168.100.100 1813 weight 80
radius-server testuser username test password cipher Huawei@2012
#
dot1x-access-profile name d1
#
aaa
authentication-scheme abc
authentication-mode radius
accounting-scheme acco1
accounting-mode radius
accounting realtime 15
domain isp
authentication-scheme abc
accounting-scheme acco1
radius-server rd1
#
interface Vlanif100
ip address 192.168.10.10 255.255.255.0
#
interface GigabitEthernet1/0/1
port link-type access
port default vlan 100
authentication-profile p1
#