xStack
config access_profile profile_id (ipv6)
Purpose | Used to configure the IPv6 access profile on the Switch and to |
| define specific values for the rules that will be used to by the Switch |
| to determine if a given packet should be forwarded or filtered. Masks |
| entered using the create access_profile command will be |
| combined, using a logical AND operational method, with the values |
| the Switch finds in the specified frame header fields. |
Syntax | config access_profile profile_id <value |
| <value |
| 0xfffff> source_ipv6 <ipv6addr> destionation_ipv6 |
| <ipv6addr>} port <port> [permit {priority <value |
| {replace_priority}} deny] delete <value |
Description | This command is used to define the rules used by the Switch to |
| either filter or forward packets based on the IPv6 part of each packet |
| header. |
Parameters | profile_id <value |
| used to identify the access profile that will be configured with this |
| command. This value is assigned to the access profile when it is |
| created with the create access_profile command. The lower the |
| profile ID, the higher the priority the rule will be given. |
| add access_id <value |
| above specified access profile. The value specifies the relative |
| priority of the additional rule. Up to 65535 different rules may be |
| configured for the IPv6 access profile. |
| ipv6 - Specifies that the Switch will look into the IPv6 fields in each |
| packet, with emphasis on one or more of the following fields: |
| • class <value |
| Switch to examine the class field of the IPv6 header. This class |
| field is a part of the packet header that is similar to the Type of |
| Service (ToS) or Precedence bits field in IPv4. |
| • flowlabel <hex |
| the Switch to examine the flow label field of the IPv6 header. |
| This flow label field is used by a source to label sequences of |
| packets such as |
| service packets. This field is to be defined by the user in hex |
| form. |
| • source_ipv6 <ipv6addr> - Specifies an IP address mask for the |
| source IPv6 address. |
| • destination_ipv6 <ipv6addr> - Specifies an IP address mask |
| for the destination IPv6 address. |
| port <portlist> - The access profile for Ethernet may be defined for |
| each port on the Switch. The port list is specified by listing the lowest |
| switch number and the beginning port number on that switch, |
| separated by a colon. Then the highest switch number, and the |
| highest port number of the range (also separated by a colon) are |
| specified. The beginning and end of the port list range are separated |
| by a dash. For example, 1:3 specifies switch number 1, port 3. 2:4 |
| specifies switch number 2, port 4. |
| between switch 1, port 3 and switch 2, port 4 − in numerical order. |
| permit – Specifies that packets that match the access profile are |
| permitted to be forwarded by the Switch. |
| • priority <value |
| the 802.1p default priority previously set in the Switch, which is |
224