Users Guide

Table Of Contents
Example
OS10(config)# login-statistics enable
Supported
Releases
10.4.0E(R1) or later
mac address-table static
Configures a static entry for the L2 MAC address table.
Syntax
mac address-table static mac-address vlan vlan-id interface {ethernet node/
slot/port[:subport] | port-channel number}
Parameters
mac-address — Enter the MAC address to add to the table in nn:nn:nn:nn:nn:nn format.
vlan vlan-id — Enter the VLAN to apply the static MAC address to, from 1 to 4093.
interface — Enter the interface type:
ethernet node/slot/port[:subport] — Enter the Ethernet information.
port-channel channel-number — Enter a port-channel interface number, from 1 to 128.
Default Not configured
Command Mode CONFIGURATION
Usage Information
The no version of this command resets the value to the default.
Example (VLAN)
OS10(config)# mac address-table static 34:17:eb:f2:ab:c6 vlan 1 interface
ethernet 1/1/30
Example (Port-
Channel)
OS10(config)# mac address-table static 34:17:eb:02:8c:33 vlan 10 interface
port-channel 1
Supported
Releases
10.2.0E or later
password-attributes
Configures rules for password entries.
Syntax
password-attributes {[min-length number] [character-restriction {[upper number]
[lower number] [numeric number] [special-char number]}}
Parameters
min-length number — (Optional) Sets the minimum number of required alphanumeric characters, from 6
to 32; default 9.
character-restriction:
upper number — (Optional) Sets the minimum number of uppercase characters required, from 0 to 31;
default 0.
lower number — (Optional) Sets the minimum number of lowercase characters required, from 0 to 31;
default 0.
numeric number — (Optional) Sets the minimum number of numeric characters required, from 0 to 31;
default 0.
special-char number — (Optional) Sets the minimum number of special characters required, from 0
to 31; default 0.
Default
Minimum length: 9 characters
Uppercase characters: 0
Lowercase characters: 0
Numeric characters: 0
Special characters: 0
Security 949