Per-port attributes

LMA per-port attributes are used to apply attributes for the clients authenticated through LMA profiles. Switches support different per-port values for different authentication methods (802.1X, mac-based and web-based) configured on the same port.

  • Configure unauthenticated period
    
    switch(config)#aaa port-access local-mac 1 unauth-period 300
    
  • Configure quiet period
    
    switch(config)#aaa port-access local-mac 1 quiet-period 70
    
    Configure logoff period
    
    switch(config)#aaa port-access local-mac 1 logoff-period 400
    
    Configure AuthVid
    
    switch(config)#aaa port-access local-mac 1 auth-vid 10
    
  • Configure UnauthVid
    
    switch(config)#aaa port-access local-mac 1 unauth-vid 12
    
  • Configure address limit on a port
    
    switch(config)#aaa port-access local-mac 1  addr-limit 2
    
  • Re-authenticate clients on a port
    
    switch(config)#aaa port-access local-mac 1 reauthenticate
    
  • Unconfigure LMA on a port
    
    switch(config)#no aaa port-access local-mac 1