Setting the list of devices not allowed to log in, Removing devices from the list of allowed devices, Adding new devices to the list of allowed devices – Dell POWEREDGE M1000E User Manual

Page 50

Advertising
background image

30

Access Gateway Administrator’s Guide

53-1001760-01

Advanced Device Security policy

3

Setting the list of devices not allowed to log in

1. Connect to the switch and log in using an account assigned to the admin role.

2. Enter the ag --adsset command with the appropriate operands to set the list of devices not

allowed to log into specific ports. In the following example, ports 11 and 12 are set to “no
access.”

switch:admin > ag –-adsset “11;12” “”

WWN list set successfully as the Allow Lists of the F_Port[s]

Removing devices from the list of allowed devices

Use the ag --adsdel command to delete the specified WWNs from the list of devices allowed to log
in to the specified F_Ports. Lists must be enclosed in double quotation marks. List members must
be separated by semicolons. Replace the F_Port list with an asterisk (*) to remove the specified
WWNs from all the F_Ports' allow lists. The ADS policy must be enabled for this command to
succeed.

1. Connect to the switch and log in using an account assigned to the admin role.

2. Enter the ag --adsdel command to remove one or more devices from the list of allowed

devices.

Use the following syntax:

ag--adsdel "F_Port [;F_Port2;...]" "WWN [;WWN2;...]"

In the following example, two devices are removed from the list of allowed devices (for ports 3
and 9).

switch:admin> ag --adsdel "3;9"

"22:03:08:00:88:35:a0:12;22:00:00:e0:8b:88:01:8b"

WWNs removed successfully from Allow Lists of the F_Port[s]Viewing F_Ports

allowed to login

Adding new devices to the list of allowed devices

You can add the specified WWNs to the list of devices allowed to log in to the specified F_Ports.
Lists must be enclosed in double quotation marks. List members must be separated by
semicolons. Replace the F_Port list with an asterisk (*) to add the specified WWNs to all the
F_Ports' allow lists. The ADS policy must be enabled for this command to succeed.

1. Connect to the switch and log in using an account assigned to the admin role.

2. Enter the ag --adsadd command with appropriate operands to add one or more new devices to

the list of allowed devices.

Use the following syntax:

ag--adsadd "F_Port [;F_Port2;...]" "WWN [;WWN2;...]"

In the following example, two devices are added to the list of allowed devices (for ports 3 and
9).

switch:admin> ag --adsadd "3;9"

"20:03:08:00:88:35:a0:12;21:00:00:e0:8b:88:01:8b"

WWNs added successfully to Allow Lists of the F_Port[s]

Advertising