Re-addressing of WAE's management port

Hi,
I would like to re-address management port of WAE. What is the correct method for doing it? Because the WAE is registered in the central manager WAE. When I re-address management port of WAE, the central manager has problem with the new address. Thank you.

I would probably restore it to factory defaults and then go through the normal configuration process:
# restore factory-default
This clears the unit and then it will reboot.
When it comes back up, you configure the interfaces:
(config)# interface GigabitEthernet 1/0
(config-if)# ip address X.X.X.X X.X.X.X
Duplex is automatically at 1000 full. If something else is required, add the following (as appropriate):
(config-if)# bandwidth 100
(config-if)# full-duplex
(config)# ip default-gateway x.x.x.x
(config)# ip name-server x.x.x.x
(config)# ip domain-name myDomain.com
(config)# host myHost
(config)# clock timezone US/Eastern -5 0
(config)# ntp server x.x.x.x
(config)# show clock (verify Timezone settings)
***You still need this next line even if you are using inline cards
(config)# primary-interface gigabitEthernet 1/0
(config)# central-manager address x.x.x.x
(config)# cms enable
If cms registration isn't successful, try burning the config to flash and doing a reload. Then reattempt and it should work. The WAE must be connected to the network and able to communicate with the Central Manager for the “cms” command to work. It fails because it can't generate the certificate. Timeout is 15 seconds and states it was “unable to register.”
Once the cms enable is successfully completed, a reload is a good idea.
Hope this helps.
Paul

Similar Messages

  • WLC Duplicate IP address detected for AP-Manager Interface

    I am getting an error log in the WLC saying, its IP address is duplicate by another machine with MAC address A.B.C.D
    But this MAC address A.B.C.D is the MAC address of the AP-Manager Interface in the same controller.
    Model No.                   AIR-WLC2106-K9
    Software Version                 7.0.116.0
    %LWAPP-3-DUP_IP: spam_lrad.c:27626 Adding client 58:b0:35:83:72:86 to  exclusion list due to IP Address conflict with AP 'AP_DUXO_3'
    %LWAPP-3-DUP_AP_IP: spam_lrad.c:27612 Duplicate IP address  detected for AP AP_DUXO_3, IP address of AP  10.184.1.224, this is a  duplicate of IP on another machine (MAC address 58:b0:35:83:72:86)
    Cisco AP Identifier.............................. 1
    Cisco AP Name.................................... AP_DUXO_3
    Country code..................................... US  - United States
    Regulatory Domain allowed by Country............. 802.11bg:-A     802.11a:-A
    AP Country code.................................. US  - United States
    AP Regulatory Domain............................. 802.11bg:-A    802.11a:-N
    Switch Port Number .............................. 1
    MAC Address...................................... cc:ef:48:1a:e4:af
    IP Address Configuration......................... Static IP assigned
    IP Address....................................... 10.184.1.224
    IP NetMask....................................... 255.255.0.0
    Gateway IP Addr.................................. 10.184.20.2
    Domain...........................................
    Name Server......................................
    NAT External IP Address.......................... None
    CAPWAP Path MTU.................................. 1485
    Telnet State..................................... Enabled
    Ssh State........................................ Disabled
    Cisco AP Location................................ DUXO_BOX
    Cisco AP Group Name.............................. default-group
    Does anyone have an issue like this ?

    Are you sure this MAC address 58:b0:35:83:72:86 isn't some type of Apple device?  Its OUI is registered to apple.  How do clients get ip addresses DHCP?  It appears that the IP 10.184.1.224 is statically assigned to your ap-manager and that this client 58:b0:35:83:72:86 is either getting that same IP from DHCP or the client is statically assigning it themselves. 

  • Advantages of 10/100 Management port on 6500/4500 series

    Hi mates,
    There is a common port called "10/100 MGT" (next to console port) on the supervisor engines of 6500 and 4500 series switch.
    Why would I need that port since I can telnet through Layer2 10/100 ports??
    Is that port doing the same job as console port? in addition allows longer distances over cat 5 cables??
    Do we need to assign IP address on that mangement port?
    Thanks for helping :)

    Hi,
    The 6500 supervisors do not have a 10/100 MGT port. The cat4000 supervisors do, however.
    On the supI and supII, the Ethernet management ports are for network management only. These ports do not support network switching. See:
    http://www.cisco.com/univercd/cc/td/doc/product/lan/cat4000/inst_gd/05modins.htm#xtocid184774
    On the SupII+, SupIII, and higher, the Ethernet management port is used (in ROMMON mode only) to recover a switch software image that has been corrupted or destroyed due to a network catastrophe. This port is not active while the switch is operating normally.
    See:
    http://www.cisco.com/univercd/cc/td/doc/product/lan/cat4000/hw_doc/78_13686.htm#wp32993
    HTH,
    Bobby
    *please rate helpful posts

  • Question about 4500X VSS management port

    I have two standalone 4500X switches that I'm planning to convert to VSS. If I cable the management port on both switches to a management cloud, which management port should I put the management IP address? Is it the port on the active switch? if the active switch failed, would the management port on the standby switch take over the management IP?
    The management port is in VRF mgmtVrf. Should I create a default route for the VRF such as "ip route vrf mgmtvrf 0.0.0.0 0.0.0.0 ....." to point to its default gateway IP?
    Thanks

    When you convert the chassis to VSS, only the management interfaces (FastEthernet1) for switch-1 (active) will be visible in the config.  So you want to cable both management interfaces to your management cloud, but you only apply the IP to the active switch.
    The management port is in VRF mgmtVrf. Should I create a default route for the VRF such as "ip route vrf mgmtvrf 0.0.0.0 0.0.0.0 ....." to point to its default gateway IP?
    Correct, you need a default route in that mgmt vrf pointing to the gateway.
    HTH

  • Cisco 3850 Switch Management Port - ACL on VTY

    Hi,
    I got these switches.
    Switch Ports Model              SW Version        SW Image              Mode   
    *    1 32    WS-C3850-24T       03.03.02SE        cat3k_caa-universalk9 INSTALL
         2 32    WS-C3850-24T       03.03.02SE        cat3k_caa-universalk9 INSTALL
    SSH access to Management port G0/0 with an ACL applied on line vty 0 4 is failing, even through the ACL is permiting traffic.
    interface GigabitEthernet0/0
     vrf forwarding Mgmt-vrf
     ip address 172.16.12.3 255.255.255.0
     negotiation auto
    ip access-list standard ACLVTY
     permit any log
    line vty 0 4
     access-class ACLVTY in
     exec-timeout 15 0
     length 0
     history size 64
     transport preferred ssh
     transport input ssh
     transport output telnet ssh
    037599: *Mar 28 2014 04:59:49.919 AEDT: %SEC-6-IPACCESSLOGS: list permit-any permitted 172.16.12.100 1 packet
    # show ip access-list permit-any
    Standard IP access list permit-any
        10 permit any log (3 matches)
    If I remove the ACL under VTY "no access-class ACLVTY in", then SSH to the management port works. If I don't use the management port and use a normal port say G1/0/1 configured on management VLAN and assigned the same IP address, then SSH works with the VTY ACL still existing. 
    Any ideas ?
    Thanks, 
    Rick.

    Hi,
    IOS will accept all VTY connections by default. However, if an access-class is used, the assumption is that connections should only arrive from the global VRF. If you need control the IP source while allowing VTY connections from VRF instances, you have a try configuration option "vrf-also"
    So, you should get something like this:
    line vty 0 4
    access-class ACLVTY in vrf-also  

  • Management port on CSS 11150

    I have a simple question. Can someone tell me how to access the management port on the css 11150?
    I configured the ip and mask on the management port and condigured my laptop for a ip on the same network. But i am unable to connect.

    what do you mean by connect ?
    Are you trying telnet or HTTP ?
    Are you able to ping ?
    Is the interface showing up ?
    Try 10Mb Half duplex set manually and see if it works.
    Also, did you reboot the CSS after configuring the ip address/mask for the management interface ?
    Gilles.

  • Management port on fabric interconnect question

    I'm using the same pool of of IP addresses for my FI and KVM pool.
    I need to make sure that my management port on each FI is connected to a switch that is also accessible in the same range\subnet, correct?
    After setting everything up, I'm currently unable to get to my VIP.

    Correct.  Ensure the subnet masks are correct, and the gateway is reachable.  If you can "ping" from outside to each FI's management IP, there's no reason you shouldn't be able to reach the VIP.  Obivously the VIP address must be in the same subnet & VLAN as the management IPs, and not be used elsewhere in your environment.
    Regards,
    Robert

  • 7304 nse100 FE Management Port configuration question

    How can the F0/0 FE Management Port be used? Since the 7304 has a redundant NSE100 prossesor card I would like to use this port two ways as a remote router access port for management and as a standard FastEthernet interface. Is configuration and advertising of the interface IP address the same as standard FastEthernet interfaces?

    The FastEthernet port on the Cisco 7304 is for management purposes only. Any other use of the FastEthernet port is not supported. This statement is according to the configuration notes of 7304.So, it cannot be used as a standard GE port.

  • Net management port use

    I am new to sun administration and still in the process of system design. I need to perform maintenance on the servers through a terminal session from a windows server 2003 machine. Can anybody recommend a terminal application that would work well for this, and can I run this terminal session through the net management port or is this port reserved for the ALOM application? Any help is greatly appreciated.
    Thanks.

    Hyperterminal is usually availble on windows machine. Although not the best you are pretty much guaranteed to have it installed. TeraTerm is a good free serial port terminal client.
    Usually you connect to the LOM/ALOM port with a rollover cable, or straight through cat 5 cable and the silver rj45 adapter sun supplies with the server, for a terminal connection.
    The net management port is for similar remote administration but over a network. i.e. the net management port has to be setup with ip address/gateway etc. and you cable it to your switch/hub etc.

  • Management Port

    Hi,
    I have got ASA 5520. How to use the management port as a normal port on ASA. What are the basic reqirements for that.
    Regards,
    - Mero

    Hello,
    The managment port under regular circunstances will look like this:
    interface Management0/0
    shutdown
    no nameif
    no security-level
    no ip address
    management-only
    As you can see the only difference between a regular traffic port and the managment port is the management-only keyword.
    So in order to use it as a regular port all you need to do is :
    ciscoasa(config)# interface management 0/0
    ciscoasa(config-if)# no management-only
    And it will look now just like all the other ports,
    interface Management0/0
    shutdown
    no nameif
    no security-level
    no ip address
    Hope this helps, any other question let me know!!
    Do rate helpful posts.
    Julio,

  • 4500X Out-of-Band Management port

    I am attempting to set up the FastEthernet management port on some 4500x switches that we have recieved for Out-of-Band management, but I am unable to get them working.  I have set this up before on ASR1004 routers and have not had any troubles with them, although I have noticed that they use a different mangement vrf name.  
    I have added the IP address to the FastEthernet1 port, applied a default route for the vrf (e.g. ip route vrf mgmtVrf 0.0.0.0 0.0.0.0 x.x.x.x), and connected the port to my switch.  I am unable to ping the out-of-band management IP from anywhere, inside or outside of its subnet, and I am unable to ping out from the 4500x using the ping vrf mgmtVrf <IP address> command.  When I run a show interface Fa1 command on the 4500x and on the switch its connected to, they both show that they are sending traffic but neither shows that its recieving any traffic.  I have tried connecting a laptop directly to the FastEthernet port, set it statically to the same subnet, and am still unable to ping the managment interface.  I ran a Wireshark capture on the laptop and I show no traffic coming from the management port on the switch, even though when I check the  show interface command it shows that the port is sending packets.  I have attempted this on two separte 4500x switches so far with the same results.  We are running IOS-XE 03.04.04.SG on both switches with the entservices license.  Any help would be appreciated.
    Thanks,
    Jesse

    Here is the show int fa1 and show run int fa1 while I had the laptop connected and attempted to ping both directions.
    interface FastEthernet1
     vrf forwarding mgmtVrf
     ip address 172.16.1.10 255.255.0.0
     speed auto
     duplex auto
    end
    FastEthernet1 is up, line protocol is up
      Hardware is RP management port, address is f40f.1b56.9c57 (bia f40f.1b56.9c57)
      Internet address is 172.16.1.10/16
      MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Keepalive set (10 sec)
      Full-duplex, 1000Mb/s, 100BaseTX/FX
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:06:29, output never, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/0 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes
         Received 0 broadcasts (0 IP multicasts)
         0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog
         0 input packets with dribble condition detected
         402 packets output, 101340 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 unknown protocol drops
         0 babbles, 0 late collision, 0 deferred
         8 lost carrier, 0 no carrier
         0 output buffer failures, 0 output buffers swapped out

  • Management port for management switch(2960x) / IP default-gateway for L2 management switch

    1)   
    I am going to connect all mgmt ports of server to this access switch (L2; 2960x) like below. Then I have a management port in 2960x (FastEthernet / L3 port). As you can see below, even though one of Core switch is down, I am able to access through the other Core switch for mgmt SW. Do I need this FastEthernet port of 2960X?
    Core Pri -------  Core Sec   (Core Pri 192.168.1.2 / Sec 192.168.1.3 / HSRP VIP 192.168.1.1)
                mgmt SW ----- (FastEthernet0) ------ Goes to where? I don't have RAS (Remote Access Server)
                      |
                      |
          servers' mgmt ports
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_55_se/configuration/guide/scg_2960/swint.html#wp2220949
    2) From server side, server put default gateway (192.168.0.1) so if destination is not known, it dumps all to default gateway. This is L3. I understand this. What about L2 default gateway from switch itself? The L2 access switch supports "ip default-gateway" command. I know that without this command still servers do not have any problems to connect to network. Then this command is for switch (2960x) itself? i.e I log into the switch and ping google.com then switch will try to resolve through DNS, but if DNS is not set up in the switch, it sends all traffic to "ip default-gateway"? Is it right?
    3) If L2 (Access) switch has multiple data vlans and mgmt vlan (10.0.0.0/24  10.0.10.0/24 192.168.0.1). Then what will be the "ip default-gateway" for this switch?
    Thanks for your time and knowledge.
    ======================== Reference from Cisco regarding ip default-gateway --------------------------------------
    How to configure the ip default-gateway command on a Cisco 3550 series switch
    VERSION 2 
    Resolution
    To define a default gateway when IP routing is disabled, issue the ip default-gateway global configuration command. Then, enter the IP address of the next-hop router interface that is directly connected to the switch where a  default gateway is being configured.
    The default gateway receives IP packets with unresolved destination IP addresses from the switch. Once the default gateway is configured, the switch has connectivity to the remote networks with which a host needs to communicate.
    Note: When the switch is configured to route with IP, it does not need to have a default gateway set.
    For more information, refer to Assigning the Switch IP Address and Default Gateway.
    ip default-gateway
    https://supportforums.cisco.com/docs/DOC-5090

    Vlan 99 is management port. This is an access switch. I am accessing this swtich through SSH remotely (10.1.2.x)
    WirelessSWLab#sh ip int b
    Interface              IP-Address      OK? Method Status                Protocol
    Vlan1                  unassigned      YES NVRAM  administratively down down   
    Vlan99                 10.1.99.35      YES manual up                    up     
    GigabitEthernet0/1     unassigned      YES unset  up                    up     
    GigabitEthernet0/2     unassigned      YES unset  down                  down   
    GigabitEthernet0/3     unassigned      YES unset  down                  down   
    GigabitEthernet0/4     unassigned      YES unset  down                  down   
    GigabitEthernet0/5     unassigned      YES unset  down                  down   
    GigabitEthernet0/6     unassigned      YES unset  down                  down   
    GigabitEthernet0/7     unassigned      YES unset  down                  down   
    GigabitEthernet0/8     unassigned      YES unset  down                  down   
    GigabitEthernet0/9     unassigned      YES unset  down                  down   
    GigabitEthernet0/10    unassigned      YES unset  down                  down   
    GigabitEthernet0/11    unassigned      YES unset  down                  down   
    GigabitEthernet0/12    unassigned      YES unset  down                  down   
    GigabitEthernet0/13    unassigned      YES unset  down                  down   
    GigabitEthernet0/14    unassigned      YES unset  down                  down   
    GigabitEthernet0/15    unassigned      YES unset  down                  down   
    GigabitEthernet0/16    unassigned      YES unset  down                  down   
    GigabitEthernet0/17    unassigned      YES unset  down                  down   
    GigabitEthernet0/18    unassigned      YES unset  down                  down   
    GigabitEthernet0/19    unassigned      YES unset  down                  down   
    GigabitEthernet0/20    unassigned      YES unset  down                  down   
    GigabitEthernet0/21    unassigned      YES unset  down                  down   
    GigabitEthernet0/22    unassigned      YES unset  down                  down   
    GigabitEthernet0/23    unassigned      YES unset  down                  down   
    GigabitEthernet0/24    unassigned      YES unset  up                    up     
    WirelessSWLab#

  • Management port in Cisco Switches (are they really physical port)

    Hi all,
    I have been taught to console into my cisco switch for configurations through console cable + putty (serial terminal).
    Then I have been taught to configure a management ip and gateway on the cisco switch.
    Switch# conf t
    Switch(config)# interface vlan 1
    Switch(config-if)# ip address 192.168.1.11 255.255.255.0
    Switch(config-if)# no shut
    Switch(config-if)# exit
    Switch(config)# ip default-gateway 192.168.1.1
    All the while, i thought this is the way to remote in to the switch via putty/telnet through the network to configure the switch, until i saw the picture below (cisco catalyst 2960)
    =======================================
    There is a physical port call ethernet management port.  What is it ?   What is the difference between this port and the earlier example of setting a management ip in VLAN 1 ?
    If i set an IP on this particular interface and I ssh in, will i see the same screen/display/console from the earlier example in which i set a management ip in VLAN1 and I ssh in ?
    Regards,
    Noob

    Hi Leo,
    Sorry if you find it hard to explain to me.
    I have understood to think of the ethernet management port as a separate entity from the original switch.
    Maybe with the help of the diagram below, can you let me know if i have understood correctly ?
    *please assume connected port is a management port separated from the normal switch ports
    q1) does the ethernet management port need to be connected to another switch ?
    I have thought of it as a device on the network and it is mentioned by you previously that it will be connected to a switch
    "he traffic goes up the cable connected to the Management port and up a switch.  Now that switch holds all the information because it is a switch.  "
    q2) In the current setup then, terminal B will be able to access the management port - am i right ?
    q3) you mentioned that the management port is not able to set any gateway, (which is the router fe0/5 - 192.168.0.3 in my illustration), in that case do you mean that terminal A will not be able to access the management port remotely and it can only be accessible locally ?
    Please do correct me if my understanding is wrong.
    Thank you so much for your advices.
    Regards,
    Noob

  • Difference between console port and dedicated management port

    Can someone explain what the difference is between the console port and the dedicated management port(fa0) , on a Cisco 2960s switch.
    Thank You.

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    A console port is special for two reasons.  First, it's "known" to the system as its console port which means the system will send status information to it, and often treat it special when accepting input.  Second, the console port is generally wired as a serial port.  (It also normally doesn't have an IP address.)
    The console port was intended for where the system operator controls the system from, usually nearby (physically).  (Console ports are/were used for any computer based system.)
    Management ports are generally for remote management using an Ethernet port.  On older switches/routers, a device might be configured to use an ordinary Ethernet port for this purpose.  On newer switches/routers, a Ethernet port is provided for this purpose. For these, the device may actually use different hardware for port and might treat it internally differently.  For example, often the Ethernet management port is only FE, it may not have ASIC support for high speed switching, and it might be in it's own predefined VRF.  Generally, a management port will have an IP address, but different from  IP address spaces used by other hosts.
    Out-of-the-box, a console port will allow you to configure the device, but a management port will often require some additional configuration.

  • How can I create a new E-mail address for the Marketing Manager

    Hullo,
    how can I create a new E-mail address for the Marketing Manager (i.e. marketing professional role in SAP CRM) please.
    That when you go and create a new E-mail campaign you need to choose an E-mail form in addition to the E-mail address of the Marketing Manager.
    Kind Regards.

    Hi Alhussien
    Add it to his Position in the Organisational Model. Transaction PPOMA_CRM.
    Under there address section is an option to populate the email address.
    Regards
    Arden

Maybe you are looking for

  • Performance tuning  - Is database using Star Transformation?

    Reports running slow, not sure if database is using Start transformation for the Datawarehouse  Database. Used hint  */+ STAR_TRANSFORMATION */, still no performance increase. Checked database parameter - SQL> show parameter star; NAME               

  • MultiLang Email

    We are storing Chinese / Japanese / Korean data in UTF-8 format in the database. If we want to dispaly that data on a browser through a JSP / Servlet, we use response.setContentType("text/html;charset=UTF-8"); This automatically changes the browser's

  • Trying to use Jpanes

    I'm trying to make a program that will take three numbers and calculate the mean, range and variance using buttons, Jpane, JOptionPane. When I run the program and hit the button for calculating range, it prompts me for the three numbers using JOption

  • Does using the reset setting function delete the email accounts

    I want to use the reset settings function but I am worried that it will delete my email accounts.

  • Is it possible to stream entire music library?

    I just got my 40GB Apple TV and have not yet been able to stream content from my entire library on my iMac to my ATV. It seems as if the files are locally stored on the ATV with a limit of 40GB. Quite annoying when I have over 200GB of music. I've ch