Motorola Wing 5 Manual
Have a look at the manual Motorola Wing 5 Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 249 Motorola manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
ACCESS-LIST 12 - 27 Examples rfs7000-37FABE(config-mac-acl-test)#show context mac access-list test permit host 11-22-33-44-55-66 any log mark 8021p 3 rule-precedence 600 permit host 22-33-44-55-66-77 host 11-22-33-44-55-66 type ip log rule-precedence 610 deny any host 33-44-55-66-77-88 log rule-precedence 700 rfs7000-37FABE(config-mac-acl-test)#no deny any host 33-44-55-66-77-88 log rule- precedence 700 rfs7000-37FABE(config-mac-acl-test)#show context mac access-list test permit host 11-22-33-44-55-66 any log mark 8021p 3 rule-precedence 600 permit host 22-33-44-55-66-77 host 11-22-33-44-55-66 type ip log rule-precedence 610 Related Commands denyCreates a MAC deny ACL permitCreates a MAC permit ACL
12 - 28 WiNG CLI Reference Guide 12.2.3 permit ip-access-list Configures a permit MAC ACL Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax permit [|any|host permit [ |any|host ] [ |any|host ] (dot1p ,type [8021q||aarp|appletalk |arp|ip|ipv6|mint|rarp| wisp|ipx],vlan ) [log mark [8021p |dscp ]| mark [8021p |dscp ]|rule-precedence ] {rule-description } Parameters • permit [ |any|host ] [ |any|host ] (dot1p ,type [8021q|aarp|appletalk |arp|ip|ipv6|mint|rarp|wisp|ipx], vlan ) [log mark [8021p |dscp ]| mark [8021p |dscp ]|rule-precedence ] {rule-description } NOTE: Use a decimal value representation to implement a permit/deny designation for a packet. The command set for MAC ACLs provide the hexadecimal values for each listed EtherType. The controller supports all EtherTypes. Use the decimal equivalent of the EtherType listed for any other EtherType. Configures the source MAC address for this ACL Configures the source MAC address’ mask any Identifies all devices as the source to permit access host Identifies a specific host as the source of traffic to permit access – Specify the MAC address of the host. Sets the IP address and mask as the destination to permit access
ACCESS-LIST 12 - 29 any Identifies all devices as the destination to permit access host Identifies a specific host as the destination to permit access – Specify the MAC address of the host. dotp1p Configures the 802.1p priority value. Sets the service classes for traffic handling – Specify a value from 0 - 7. type [8021q|
12 - 30 WiNG CLI Reference Guide Usage Guidelines The permit command in the MAC ACL disallows traffic based on layer 2 (data-link layer) information. A MAC access list permits traffic from a source MAC address or any MAC address. It also has an option to allow traffic from a list of MAC addresses (based on the source mask). The MAC access list can be configured to allow traffic based on VLAN information, or Ethernet type. Common types include: 802.1q The controller (by default) does not allow layer 2 traffic to pass through the interface. To adopt an access point through an interface, configure an ACL to allow an Ethernet WISP. Use the mark option to specify the type of service (tos) and priority value. The tos value is marked in the IP header and the 802.1p priority value is marked in the dot1q frame. Whenever the interface receives the packet, its content is checked against all the ACEs in the ACL. It is marked based on the ACL’s configuration. Examples rfs7000-37FABE(config-mac-acl-test)#show context mac access-list test rfs7000-37FABE(config-mac-acl-test)#permit host 11-22-33-44-55-66 any log mark 8021p 3 rule-precedence 600 rfs7000-37FABE(config-mac-acl-test)#permit host 22-33-44-55-66-77 host 11-22-33-44- 55-66 type ip log rule-precedence 610 rfs7000-37FABE(config-mac-acl-test)#show context mac access-list test permit host 11-22-33-44-55-66 any log mark 8021p 3 rule-precedence 600 permit host 22-33-44-55-66-77 host 11-22-33-44-55-66 type ip log rule-precedence 610 Related Commands NOTE: To apply an IP based ACL to an interface, a MAC access list entry is mandatory to allow ARP. A MAC ACL always takes precedence over IP based ACLs. noResets values or disables MAC access permit command
CHAPTER 13 DHCP-SERVER-POLICY This chapter summarizes DHCP server policy commands within CLI structure. Dynamic Host Control Protocol (DHCP) is a protocol that automatically assigns network IP addresses to clients to enable them to participate in the network. DHCP keeps track of IP address assignments, their lease times and their availability for use by clients. Use the (config) instance to configure DHCP server policy configuration commands. To navigate to the DHCP server policy instance, use the following commands: RFSSwitch(config)#dhcp-server-policy rfs7000-37FABE(config)#dhcp-server-policy test rfs7000-37FABE(config-dhcp-server-policy-test)# rfs7000-37FABE(config-dhcp-policy-test)#? DHCP policy Mode commands: bootp BOOTP specific configuration dhcp-class Configure DHCP class (for address allocation using DHCP user-class options) dhcp-pool Configure DHCP server address pool no Negate a command or set its defaults option Define DHCP server option ping Specify ping parameters used by DHCP Server clrscr Clears the display screen commit Commit all changes made in this session do Run commands from Exec mode end End current mode and change to EXEC mode exit End current mode and down to previous mode help Description of the interactive help system revert Revert changes service Service Commands show Show running system information write Write running configuration to memory or terminal rfs7000-37FABE(config-dhcp-policy-test)#
13 - 2 WiNG CLI Reference Guide 13.1 dhcp-server-policy Table 13.1summarizes DHCP server policy commands Table 13.1dhcp-server-policy commands Command Description Reference bootpConfigures a BOOTP specific configurationpage 13-3 dhcp-classConfigures a DHCP server classpage 13-4 dhcp-poolConfigures a DHCP server address poolpage 13-11 noNegates a command or sets its defaultpage 13-55 optionDefines the DHCP option used in DHCP poolspage 13-57 pingSpecifies ping parameters used by a DHCP serverpage 13-58 clrscrClears the display screenpage 5-3 commitCommits (saves) changes made in the current sessionpage 5-4 doRuns commands from EXEC modepage 5-5 endEnds and exits the current mode and moves to the PRIV EXEC modepage 5-5 exitEnds the current mode and moves to the previous modepage 5-6 helpDisplays the interactive help systempage 5-7 revertReverts changes to their last saved configurationpage 5-13 serviceInvokes service commands to troubleshoot or debug (config-if) instance configurationspage 5-14 showDisplays running system informationpage 6-4 writeWrites information to memory or terminalpage 5-42
DHCP-SERVER-POLICY 13 - 3 13.1.1 bootp dhcp-server-policy Configures a BOOTP specific configuration. Bootstrap Protocol (BOOTP) is used by UNIX diskless workstations to obtain the network location of their boot image and IP address. A BOOP configuration server also assigns an IP address from a configured pool of IP addresses. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax bootp ignore Parameters • bootp ignore Examples rfs7000-37FABE(config-dhcp-policy-test)#bootp ignore rfs7000-37FABE(config-dhcp-policy-test)# Related Commands bootp ignore Configures a BOOTP specific configuration ignore – Configures a DHCP server to ignore BOOTP requests noResets values or disables commands
13 - 4 WiNG CLI Reference Guide 13.1.2 dhcp-class dhcp-server-policy A DHCP user class applies different DHCP settings to a set of wireless clients. These wireless clients are grouped under the same DHCP class. This class is configured on the DHCP server to provide differentiated service. Command Description Reference dhcp-classConfigures a DHCP class and its settingspage 13-5
DHCP-SERVER-POLICY 13 - 5 13.1.2.1 dhcp-class dhcp-server-policy Configures a DHCP server class and opens a new mode. For more information, see dhcp-class-mode. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax dhcp-class Parameters • dhcp-class Examples rfs7000-37FABE(config-dhcp-policy-test)#dhcp-class dhcpclass1 rfs7000-37FABE(config-dhcp-policy-test-class-dhcpclass1)#? rfs7000-37FABE(config-dhcp-policy-test-class-dhcpclass1)#? DHCP class Mode commands: multiple-user-class Enable multiple user class option no Negate a command or set its defaults option Configure DHCP Server options clrscr Clears the display screen commit Commit all changes made in this session do Run commands from Exec mode end End current mode and change to EXEC mode exit End current mode and down to previous mode help Description of the interactive help system revert Revert changes service Service Commands show Show running system information write Write running configuration to memory or terminal rfs7000-37FABE(config-dhcp-policy-test-class-dhcpclass1)# Related Commands Sets the DHCP class. If the class does not exist, it is created. noResets values or disables commands
13 - 6 WiNG CLI Reference Guide 13.1.2.2 dhcp-class-mode dhcp-class Use DHCP class mode commands to configure a DHCP server class. Table 13.2 summarizes DHCP class commands Ta b l e 1 3 . 2dhcp-class commands Command Description Reference multiple-user-classEnables the multiple user class optionpage 13-7 noNegates a command or sets its defaultpage 13-8 optionConfigures DHCP server optionspage 13-9 clrscrClears the display screenpage 5-3 commitCommits (saves) changes made in the current sessionpage 5-4 doRuns commands from EXEC modepage 4-66 endEnds and exits the current mode and moves to the PRIV EXEC modepage 5-5 exitEnds the current mode and moves to the previous modepage 5-6 helpDisplays the interactive help systempage 5-7 revertReverts changes to their last saved configurationpage 5-13 serviceInvokes service commands to troubleshoot or debug (config-if) instance configurationspage 5-14 showDisplays running system informationpage 6-4 writeWrites information to memory or terminalpage 5-42