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+.

PROFILES 7 - 85 Examples rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#spanning-tree bpdufilter disable rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#spanning-tree bpduguard enable rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#spanning-tree force-version 1 rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#spanning-tree guard root rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#spanning-tree mst 2 port- priority 10 rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#show context interface ge1 switchport mode trunk switchport trunk native vlan 1 no switchport trunk native tagged switchport trunk allowed vlan 1 spanning-tree link-type shared spanning-tree bpduguard enable spanning-tree bpdufilter enable spanning-tree force-version 1 spanning-tree guard root spanning-tree mst 2 port-priority 10 spanning-tree mst 2 cost 200 qos trust 802.1p rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# Related Commands noDisables or reverts interface settings to their default

7 - 86 WiNG CLI Reference Guide 7.1.23.12 speed Interface Config Instance Specifies the speed of a FastEthernet (10/100) or GigabitEthernet (10/100/1000) port Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax speed [10|100|1000|auto] Parameters • speed [10|100|1000|auto] Usage Guidelines Set the interface speed to auto detect and use the fastest speed available. Speed detection is based on connected network hardware Examples rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#speed 10 rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#speed auto rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# Related Commands 10 Forces 10 Mbps operation 100 Forces 100 Mbps operation 1000 Forces 1000 Mbps operation auto Port automatically detects its operational speed based on the port at the other end of the link. Auto negotiation is a requirement for using 1000BASE-T[3] according to the standard noDisables or reverts interface settings to their default

PROFILES 7 - 87 7.1.23.13 switchport Interface Config Instance Sets switching mode characteristics for the selected interface Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax switchport [access|mode|trunk] switchport access vlan switchport mode [access|trunk] switchport trunk [allowed|native] switchport trunk allowed vlan [|add |none|remove ] switchport trunk native [tagged|vlan ] Parameters • switchport access vlan • switchport mode [access|trunk] access vlan Configures access VLAN of an access-mode port vlan – Sets the VLAN when interface is in access mode – Specify the SVI VLAN ID from 1 - 4094. mode [access|trunk] Sets the interface mode to access or trunk (can only be used on physical - layer 2 - interfaces) access – If access mode is selected, the access VLAN is automatically set to VLAN1. In this mode, only untagged packets in the access VLAN (vlan1) are accepted on this port. All tagged packets are discarded – If trunk mode is selected, tagged VLAN packets are accepted. The native VLAN is automatically set to VLAN1. Untagged packets are placed in the native VLAN by the wireless controller. Outgoing packets in the native VLAN are sent untagged. trunk is the default mode for both ports.

7 - 88 WiNG CLI Reference Guide • switchport trunk allowed vlan [|add |none|remove ] • switchport trunk native [tagged|vlan ] Usage Guidelines Interfaces ge1-ge4 can be configured as trunk or in access mode. An interface (when configured as trunk) allows packets (from the given list of VLANs) to be added to the trunk. An interface configured as “access” allows packets only from native VLANs Use the [no] switchport (access|mode|trunk)to undo switchport configurations Examples rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#switchport trunk native tagged rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#switchport access vlan 1 rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# Related Commands trunk Sets trunking mode characteristics of the port allowed Configures trunk characteristics when the port is in trunk mode vlan [| add | none| remove Sets allowed VLAN options. The options are: – Allows a group of VLAN IDs. Can be either a range of VLAN (55-60) or a list of comma separated IDs (35, 41 etc.) none – Allows no VLANs to Xmit/Rx through the Layer 2 interface add – Adds VLANs to the current list – Specify VLAN IDs. Can be either a range of VLAN (55-60) or list of comma separated IDs (35, 41 etc.) remove – Removes VLANs from the current list – Specify VLAN IDs. Can be either a range of VLAN (55-60) or list of comma separated IDs (35, 41 etc.) trunk Sets trunking mode characteristics of the switchport native [tagged|vlan ]Configures the native VLAN ID of the trunk-mode port tagged – Tags the native VLAN vlan – Sets the native VLAN for classifying untagged traffic when the interface is in trunking mode. Specify a value from 1 - 4094. noDisables or reverts interface settings to their default

PROFILES 7 - 89 7.1.23.14 use Interface Config Instance Specifies the IP access list and MAC access list used with this interface Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax use [ip-access-list in |mac-access-list in ] Parameters • use [ip-access-list in |mac-access-list in ] Examples rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)#use mac-access-list in test rfs7000-37FABE(config-profile-default-RFS7000-if-ge1)# Related Commands ip-access-list in Uses an IP access list in – Applies ACL on incoming packets – Specify the IP access list name. mac-access-list in Uses a MAC access list in – Applies ACL on incoming packets – Specify the MAC access list name. noDisables or reverts interface settings to their default

7 - 90 WiNG CLI Reference Guide 7.1.24 Interface vlan Instance Use (config-profile-default-RFS7000) to configure Ethernet, VLAN and tunnel settings. To switch to this mode: rfs7000-37FABE(config-profile-default-RFS7000)#interface [|ge | me1|port-channel |vlan ] rfs7000-37FABE(config-profile-default-RFS7000)#interface vlan 8 rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)# Table 7.2 summarizes interface VLAN mode commands Table 7.7VLAN Mode Commands Commands Description Reference cryptoDefines the encryption modulepage 7-91 descriptionDefines the VLAN descriptionpage 7-92 dhcp-relay-incomingAllows an on-board DHCP server to respond to relayed DHCP packets on this interfacepage 7-93 ipConfigures Internet Protocol (IP) config commandspage 7-94 noNegates a command or sets its default page 7-96 shutdownShuts down an interfacepage 7-99 useDefines the settings used with this commandpage 7-100 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

PROFILES 7 - 91 7.1.24.1 crypto Interface vlan Instance Sets encryption module for this VLAN interface. The encryption module (crypto map) is configured using the crypto map command. For more information, see crypto. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax crypto map Parameters • crypto map Examples rfs7000-37FABE(config-profile-default-RFS7000)#interface vlan 8 rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#crypto map map1 rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#show context interface vlan8 crypto map map1 rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)# Related Commands map Attaches a crypto map to the VLAN interface – Specify the crypto map name. noDisables or reverts interface VLAN settings to their default

7 - 92 WiNG CLI Reference Guide 7.1.24.2 description Interface vlan Instance Defines a VLAN interface description. Use this command to provide additional information about the VLAN. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax description Parameters • description Examples rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#description “This VLAN interface is configured for the Sales Team” rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)# rfs7000-37FABEconfig-profile-default-RFS7000-if-vlan8)#show context interface vlan8 description This VLAN interface is configured for the\ Sales Team crypto map map1 rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)# Related Commands description Defines the VLAN interface description noDisables or reverts interface VLAN settings to their default

PROFILES 7 - 93 7.1.24.3 dhcp-relay-incoming Interface vlan Instance Allows an on-board DHCP server to respond to relayed DHCP packets Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax dhcp-relay-incoming Parameters None Examples rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#dhcp-relay-incoming rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)# rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#show context interface vlan8 description This VLAN interface is configured for the\ Sales Team crypto map map1 dhcp-relay-incoming rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)# Related Commands noDisables or reverts interface VLAN settings to their default

7 - 94 WiNG CLI Reference Guide 7.1.24.4 ip Interface vlan Instance Configures VLAN interface IP configuration commands Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax ip [address|dhcp|helper-address|nat] ip helper-address ip address [|dhcp|zerconf] ip address [ {secondary}|zeroconf {secondary}] ip dhcp client request options all ip nat [inside|outside] Parameters • ip helper-address • ip address [ {secondary}|dhcp|zerconf {secondary}]> helper-address Enables DHCP and BOOTP forwarding for a set of clients. Configure a helper address on the VLAN interface connected to the client. The helper address should specify the address of the BOOTP or DHCP servers. If you have multiple servers, configure one helper address for each server. – Specify the IP address of the DHCP or BOOTP server. address Sets the IP address for this VLAN interface. Select one of the following options to set or obtain the IP address: {secondary} Specify the interface IP address in the A.B.C.D/M format. secondary – Optional. Sets the specified IP address as a secondary address