ADC CLI Commands

ns-acls

The following operations can be performed on “ns-acls”:

renumber apply clear

renumber ns acls

Renumbers the priorities of extended ACL rules to multiples of 10. To commit this operation, you must apply the extended ACLs. Enables you to assign a new extended ACL rule a priority that is between two existing, consecutively numbered priorities. For example, if two extended ACLs, ACL1 and ACL2, have priorities 2 and 3 renumbering changes those priorities to 20 and 30. You can then add ACL3 with priority 25.

Synopsis

renumber ns acls [-type ( CLASSIC DFD )]

Arguments

type Type of the acl ,default will be CLASSIC. Available options as follows:

  • CLASSIC - specifies the regular extended acls.
  • DFD - cluster specific acls,specifies hashmethod for steering of the packet in cluster .

Possible values: CLASSIC, DFD Default value: CLASSIC

Example

renumber acls

apply ns acls

Updates the extended ACL rule’s memory tree (lookup table), adding any new extended ACL rules and applying any modifications to existing ACL rules. The lookup table includes the configuration of all the extended ACL rules on the Citrix ADC. The Citrix ADC appliance uses the lookup table (not the configuration file) to filter the incoming IPv4 packets.

Synopsis

apply ns acls [-type ( CLASSIC DFD )]

Arguments

type Type of the acl ,default will be CLASSIC. Available options as follows:

  • CLASSIC - specifies the regular extended acls.
  • DFD - cluster specific acls,specifies hashmethod for steering of the packet in cluster .

Possible values: CLASSIC, DFD Default value: CLASSIC

Example

apply ns acls -type

clear ns acls

Removes all simple ACL rules from the Citrix ADC. This operation does not require an explicit apply.

Synopsis

clear ns acls [-type ( CLASSIC DFD )]

Arguments

type Type of the acl ,default will be CLASSIC. Available options as follows:

  • CLASSIC - specifies the regular extended acls.
  • DFD - cluster specific acls,specifies hashmethod for steering of the packet in cluster .

Possible values: CLASSIC, DFD Default value: CLASSIC

Example

clear ns acls -type

ns-acls