Quality of service (qos) commands, Access control list (acl) commands – Intel IXM5414E User Manual

Page 229

Advertising
background image

Intel® Blade Server Ethernet Switch Module IXM5414E

219

Mode

Privileged EXEC

Secure-Server Administrative Mode

Indicates whether the administrative mode of secure HTTP is enabled or disabled.

Secure Protocol Level

The protocol level may have the values of SSL3, TSL1 or both.

Secure Port

Specifies the port configured for SSL.

HTTP Mode Indicates whether the HTTP mode is enabled or disabled.

Quality of Service (QoS) commands

This section describes the commands used to configure and manage the Quality of Service (QoS)
features of the Intel® Blade Server Ethernet Switch Module IXM5414E. These features include:

Access Control Lists (ACLs)

Bandwidth provisioning

Access Control List (ACL) commands

An ACL consists of a set of rules which are matched sequentially against a packet. When a packet
meets the match criteria of a rule, the specified rule action (permit/deny) is taken and the additional
rules are not checked for a match. This section describes the commands you use to specify the
interfaces to which an ACL applies, whether it applies to inbound or outbound traffic and its match
criteria.

config acl create

Use this command to create an ACL identified by the parameter <aclid>. The ACL number is an
integer from 1 to 100.

Format

config acl create <aclid>

config acl delete

Use this command to delete an ACL identified by the parameter <aclid> from the system.

Format

config acl delete <aclid>

config acl interface add

Use this command to associate an ACL with an interface and specifies whether it affects inbound or
outbound traffic. The <direction> parameter can have the values of in or out. The <aclid> parameter
specifies the ACL to add.

Format

config acl interface add <port> <direction> <aclid>

config acl interface remove

Use this command to disassociate an ACL from an interface for the specified direction. The
<direction> parameter can have the values of in or out. The <aclid> parameter specifies the ACL to
remove.

Format

config acl interface remove <port> <direction> <aclid>

Advertising