aaa authentication port-access allow-lldp-bpdu
Syntax
aaa authentication port-access allow-lldp-bpdu no aaa authentication port-access allow-lldp-bpdu
Description
Allows all packets related to the LLDP BPDU (Bridge Protocol Data Unit) on a secure port.
Theno
form of this command blocks the LLDP BPDU on a secure port. On a nonsecure port, the command has no effect.
Command context
config-if
Authority
Administrators or local user group members with execution rights for this command.
Examples
On the 6400 Switch Series, interface identification differs.
Allowing an LLDP BPDU on secure port1/1/1:
switch(config)#interface 1/1/1switch(config-if)#aaa authentication port-access allow-lldp-bpduswitch(config-if)#do show running-config当前配置:!ArubaOS-CX !版本10.0 x.0000 led locator on ! ! vlan 1 aaa authentication port-access mac-auth enable interface 1/1/1 no shutdown vlan access 1 aaa authentication port-access allow-lldp-bpdu aaa authentication port-access mac-auth enable switch(config-if)#do show port-access device-profile interface allPort 1/1/1, Neighbor-Mac 00:0c:29:9e:d1:20 Profile Name : access_switches LLDP Group : 2920-grp CDP Group : Role : local_2920_role Status : Profile Applied Failure Reason :
Blocking LLDP BPDU on secure port1/1/1:
switch(config)#interface 1/1/1switch(config-if)#no aaa authentication port-access allow-lldp-bpduswitch(config-if)#do show running-config当前配置:!ArubaOS-CX !版本10.0 x.0000led locator on ! ! vlan 1 aaa authentication port-access mac-auth enable interface 1/1/1 no shutdown vlan access 1 aaa authentication port-access mac-auth enable