include

Specifies the MAC addresses included in the NAC enforcement list

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

include <START-MAC> [<END-MAC> precedence <1-1000>|precedence <1-1000>]

Parameters

include <START-MAC> [<END-MAC> precedence <1-1000>|precedence <1-1000>]
<START-MAC> Specifies a range of MAC addresses or a single MAC address to include in the NAC enforcement list
  • <START-MAC> – Specify the first MAC address in the range.
Note: Use this parameter to specify a single MAC address.
<END-MAC> Specifies the last MAC address in the range (optional if a single MAC is added to the list)
  • <END-MAC> – Specify the last MAC address in the range.
precedence <1-1000> Sets the rule precedence. Include entries are checked in the order of their rule precedence.
  • <1-1000> – Specify a value from 1 - 1000.

Examples

nx9500-6C8809(config-nac-list-test)#include 00-15-70-38-06-49 precedence 2
nx9500-6C8809(config-nac-list-test)#show context
nac-list test
 exclude 00-04-96-B0-BA-2A 00-04-96-B0-BA-2A precedence 1
 include 00-15-70-38-06-49 00-15-70-38-06-49 precedence 2
nx9500-6C8809(config-nac-list-test)#

Related Commands

no (nac-list-config-commands) Removes an include rule from this NAC list