Home > Motorola > Wireless > Motorola Wing 5 Manual

Motorola Wing 5 Manual

    Download as PDF Print this page Share this page

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

    Page
    of 1128
    							PROFILES 7 - 95
    • ip dhcp client request options all
    • ip nat [inside|outside]
    Examples
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#ip address 10.0.0.1/8
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#ip nat inside
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#ip helper-address 172.16
    .10.3
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#ip dhcp client request o
    ptions all
    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
      ip address 10.0.0.1/8
      ip dhcp client request options all
      ip helper-address 172.16.10.3
      ip nat inside
      crypto map map1
      dhcp-relay-incoming
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    Related Commands
    dhcp Uses a DHCP client to obtain an IP address for this interface
    zerconf {secondary} Uses Zero Configuration Networking (zerconf) to generate an IP address for this 
    interface
     secondary – Optional. Sets the generated IP address as a secondary address
    dhcp Uses a DHCP client to configure a request on this VLAN interface
    client Configures a DHCP client
    request Configures DHCP client request
    options Configures DHCP client request options
    all Configures all DHCP client request options
    nat [inside|outside
    ]Sets the NAT of this VLAN interface
     inside – Sets the NAT inside interface
     outside – Sets the NAT outside interface
    noDisables or reverts interface VLAN settings to their default 
    						
    							7 - 96 WiNG CLI Reference Guide
    7.1.24.5 no
    Interface vlan Instance
    Negates a command or sets its default values. The no command, when used in the Config Interface VLAN mode, negates 
    VLAN interface settings or reverts them to their default values.
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    no [crypto|description|dhcp-relay-incoming|ip|shut-down|use]
    no [crypto map|description|dhcp-relay-incoming|shut-down|use  in]
    no ip [address|dhcp|helper-address|nat
    no ip [helper-address |nat]
    no ip address [ {secondary}|dhcp|zerconf {secondary}]
    no ip dhcp client request options all
    Parameters
    • no [crypto map|description|dhcp-relay-incoming|shut-down|use  in]
    no crypto map Detaches crypto map from an interface
    no description Removes the VLAN interface description
    no dhcp-relay-incoming Prohibits an on board DHCP server from responding to relayed DHCP packets
    no shut-down If an interface has been shutdown, use the 
    no shutdown command to enable the 
    interface. Use this command for trouble shooting new interfaces.
    no use  in Removes specified IP access list from being used by an interface
     in – Disables incoming packets
      – Specify the IP access list name. 
    						
    							PROFILES 7 - 97
    • no ip address [ {secondary}|dhcp|zerconf {secondary}]
    • no ip address [helper-address |nat]
    • no ip address dhcp client request options all
    no ip address Disables interface IP settings
     address – Removes IP addresses configured for this interface, depending on the 
    options used while setting the address
    IP/M> {secondary} Specify the interface IP address in the A.B.C.D/M format.
     secondary – Optional. Removes the secondary IP address
    dhcp Removes IP address obtained using the DHCP client
    zerconf {secondary} Removes the IP address generated using a zerconf
     secondary – Optional. Removes the secondary IP address
    no ip address Disables interface IP settings
     address – Removes IP addresses configured for this interface, depending on the 
    options used while setting the address
    helper-address  Disables the forwarding of DHCP and BOOTP packets to the configured helper IP 
    address
      – Specify the IP address of the DHCP or BOOTP server.
    nat Disables NAT for this interface
    ip address Disables interface IP settings
     address – Removes IP addresses configured for this interface, depending on the 
    options used while setting the address
    dhcp Removes DHCP client request configured for this interface
    client Removes a DHCP client
    request Removes DHCP client request
    options Removes DHCP client request options
    all Removes all DHCP client request options 
    						
    							7 - 98 WiNG CLI Reference Guide
    Examples
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#no use ip-access-list in
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#no allow-management
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#no crypto map
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#no description
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#no dhcp-relay-incoming
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#no ip dhcp client request 
    options all
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#show context
     interface vlan8
      ip address 10.0.0.1/8
      ip helper-address 172.16.10.3
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    Related Commands
    cryptoDefines the encryption module
    descriptionDefines the VLAN description
    dhcp-relay-incomingAllows an on-board DHCP server to respond to relayed DHCP packets on this interface
    ipConfigures Internet Protocol (IP) config commands
    noNegates a command or sets its default 
    shutdownShuts down an interface
    useDefines the settings used with this command 
    						
    							PROFILES 7 - 99
    7.1.24.6 shutdown
    Interface vlan Instance
    Shuts down the selected interface. Use the no shutdown command to enable an interface.
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    shutdown
    Parameters
    None
    Examples
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#shutdown
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#show context
     interface vlan8
      ip address 10.0.0.1/8
      ip helper-address 172.16.10.3
      shutdown
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    Related Commands
    noDisables or reverts interface VLAN settings to their default 
    						
    							7 - 100 WiNG CLI Reference Guide
    7.1.24.7 use
    Interface vlan Instance
    Specifies an IP access list to use with this VLAN interface
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    use ip-access-list in 
    Parameters
    • use ip-access-list in 
    Examples
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#use ip-access-list in test
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#s
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#show context
     interface vlan8
      ip address 10.0.0.1/8
      use ip-access-list in test
      ip helper-address 172.16.10.3
    rfs7000-37FABE(config-profile-default-RFS7000-if-vlan8)#
    Related Commands
    ip-access-list in
     
    Uses a specified IP access list with this interface
     in – Sets incoming packets
      – Specify the IP access list name.
    noDisables or reverts interface VLAN settings to their default 
    						
    							PROFILES 7 - 101
    7.1.25 led
    Creating Profiles
    Turns LEDs on or off on an access point
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    led
    Parameters
    None
    Examples
    rfs7000-37FABE(config-profile-default-RFS7000)#led
    % Error: led configuration not available for this platform
    rfs7000-37FABE(config-profile-default-RFS7000)#
    Related Commands
    noDisables or reverts settings to their default 
    						
    							7 - 102 WiNG CLI Reference Guide
    7.1.26 legacy-auto-downgrade
    Creating Profiles
    Enables device firmware to auto downgrade when legacy devices are detected
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    legacy-auto-downgrade
    Parameters
    None
    Examples
    rfs7000-37FABE(config-profile-default)#legacy-auto-downgrade
    rfs7000-37FABE(config-profile-default)#
    Related Commands
    noDisables or reverts settings to their default 
    						
    							PROFILES 7 - 103
    7.1.27 legacy-auto-update
    Creating Profiles
    Auto updates an AP650 or an AP71XX legacy access point firmware
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    legacy-auto-update {ap650|ap71xx} image 
    Parameters
    • legacy-auto-update {ap650|ap71xx} image 
    Examples
    rfs7000-37FABE(config-profile-default-RFS7000)#legacy-auto-update AP650 image 
    flash:/ap47d.img
    rfs7000-37FABE(config-profile-default-RFS7000)#
    rfs7000-37FABE(config-profile-default-RFS7000)#legacy-auto-update
    rfs7000-37FABE(config-profile-default-RFS7000)#
    Related Commands
    legacy-auto-update Updates an AP650 or an AP71XX legacy access point firmware
    [ap650|ap71xx] 
    image Select one of the following options:
     ap650 – Auto updates a legacy AP650 firmware
     ap71xx – Auto updates a legacy AP71XX firmware
     The following are common to both the AP650 and AP71XX parameters:
     image – Sets the path to the firmware image 
      – Specify the path and filename in the flash:/ap.img format.
    noDisables or reverts settings to their default 
    						
    							7 - 104 WiNG CLI Reference Guide
    7.1.28 lldp
    Creating Profiles
    Configures Link Layer Discovery Protocol (LLDP) settings
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    lldp [holdtime|med-tlv-select|run|timer]
    lldp [holdtime |run|timer ]
    lldp med-tlv-select [inventory-management|power-management]
    Parameters
    • lldp [holdtime |run|timer ]
    • lldp med-tlv-select [inventory-management|power-management]
    holdtime  Sets the holdtime for transmitted LLDP PDUs. This command specifies the amount of 
    time a receiving device should hold information before discarding it
      – Specify a holdtime from 10 - 1800 seconds.
    run Enables run LLDP
    timer  Sets timer for transmit interval. This command specifies the transmission frequency of 
    LLDP updates in seconds
      – Sets transmit interval from 5 - 900 seconds.
    med-tlv-select 
    [inventory-management|
    power-management]Provides additional media endpoint device TLVs to enable discovery of inventory and 
    power management. Specifies the LLDP MED TLVs to send or receive.
     inventory-management – Enables inventory management discovery. Allows an 
    endpoint to convey detailed inventory information about itself to the wireless 
    controller
     power-management – Enables extended power via MDI discovery. Allows wireless 
    controllers to convey power information, such as how the device is powered, power 
    priority etc. 
    						
    All Motorola manuals Comments (0)