Cisco Cisco IOS Software Release 12.4(2)XB6 Références techniques

Page de 215
 
-116
Cisco Broadband Wireless Gateway 2.0 Command Reference, IOS Release 12.4(24)YG
OL-14681-01
Chapter       Cisco Broadband Wireless Gateway 2.0 Command Reference, IOS Release 12.4(24)YG
  priority
priority
To set the priority of a packet classification rule under the profile, use the priority subcommand in 
packet classify rule submode. Use the no form of the command to unconfigure the priority of the packet 
classification rule.
priority {ip | vlan | ethernet} permit {0-255 | gre | tcp | icmp | udp | ip} {src-address src-mask | 
any | host src-address} [range src-port-low [src-port-high] {dst-address dst-mask any | host 
dst-address} [range dst-port-low [dst-port-high][tos tos-low tos-mask tos-high]
no priority
Syntax Description
Defaults
The default is to use the ISF (Initial Service Flow) to send the packet.
Command Modes
Packet classify rule configuration submode.
Command History
Usage Guidelines
The Cisco BWG currently supports IPv4, Ethernet and VLAN related rules. 
ip | vlan | ethernet
The types of packet classification rules to apply priority values to.
permit
Specifies the type of permit, IPv4, VLAN, or Ethernet.
0-255
Specifies the priority of the packet classification rule.
gre
Specifies gre as the packet classification.
tcp
Specifies tcp as the packet classification.
icmp
Specifies icmp as the packet classification.
udp
Specifies udp as the packet classification.
ip
Specifies ip as the packet classification.
src-address
Specifies the src address.
src-mask
Specifies the src mask.
any
Specifies any address or mask.
host
Specifies the host src address.
src-port-low
Specifies the src low port value.
src-port-high
Specifies the src high port value.
dst-address
Specifies the dst address.
dst-mask 
Specifies the dst mask.
tos-low
Specifies the tos low value.
tos-mask
Specifies the tos mask.
tos-high
Specifies the tos high value.
Release
Modification
12.4(15)XL
This command was introduced.