CX Module Management port

Is it possible to change this port from https (TCP 443) to something else? I.e TCP 444 (Don't ask why, paranoid client).
Also I will be managing 2x CX modules with PRSM so can that handle management on a non standard port?
Regards,
Pete

Hi,
This is not possible on the CX module.
Thanks and Regards,
Vibhor Amrodia

Similar Messages

  • Business Catalyst Folders and Module Manager Feature

    Hi,
    I have created a Business Catalyst Site using the extension in Dreamweaver. I am a new Creative Cloud member. I have also viewed many tutorials.
    I don't seem to have the full range of folders in the test temporary BC site I have created I dont recall seeing these folders when I created the site. I am missing;
    Web apps
    Modules
    CRM
    E- Commerce
    E-Mail Marketing
    I was particularly interested in module templates for photo galleries but I don't seen to have this feature. When I am in the BC Admin Console viewing a web page and select the module manager (blue circle with a + sign)  I was expecting a list to appear on the right hand side.
    The grey module manager button also does not seem to be available.
    I would rather not create a new site as I have done a fair bit of editing. Is there anything I can do ?
    Kind Regards, Matt.
    http://craftime-bs6.businesscatalyst.com/

    Hi,
    The current site is still in trial I just moved it to a higher plan for you to test.  In order to use an actual live payment gateway you must upgrade the site from trial to a purchased "webCommerce" plan. 
    I believe there may be some confusion on the type of site plan you get along with your CC subscription.  Please note the 5 entitled site will come under the "webBasic" plan and for higher plans you'll need to purchase additionally.
    Reference: http://forums.adobe.com/docs/DOC-2153
    If still needing further guidance or if wanting to purchase a higher plan please reach out to our direct support to assist with your account/billing query. 
    - http://helpx.adobe.com/business-catalyst.html
    Thanks,
    -Sidney

  • Half duplex or full duplex configuration for MDS9124 management port?

    Hi All,
    Is it possible to set the management port of mds 9124 about half or full duplex configuration?
    I want to correct following error:
    Jun 13 10:27:20.799 GMT: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on GigabitEthernet4/18 (not half duplex), with mtw1pc02bs0(FOX1450G8QG) mgmt0 (half duplex).
    it seems mds 9124 set his port to half duplex.
    Dennis

    You may want to check this thread :
    https://supportforums.cisco.com/thread/2059109
    Else try the following :
    switch# config terminal
    switch(config)#
    switch(config)# interface mgmt0
    switch(config-if)# switchport duplex full
    switch(config)# exit
    switch#
    switch# copy running-config startup-config
    Also, I would suggest you check what the counterpart of your MDS switch mgmt interface is set to (i.e. is it set to autoneg, then try setting it to fix speed/duplex or the other way around).

  • 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  

  • 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

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

  • How to manage port open/close on MacMini server

    Dear all,
    In order to secure my server, I discover than some port are open.
    Is there a way to close all port and open only 445 and 548.
    I would like to make sure that no body can access the server from outside of the society ecepted if the have VPN client configured.
    The collaborator should be able to connect the server via afp, but form out side they need to use VPN.
    Then I am looking for a way to manage port on macmini server
    Many thank for your help
    Cheers

    Hi,
    I finally heart that port can not be closed on the router because I am usinf 1:1NAT.
    How can close all port on my Macmini and open only the port ssh. I will not use VPN.?
    If I turn on the firewall with the option to close all protocole. Is there a command to open a selected port?
    If there is only the port 22 (SSH) how can I mount a remote folder with afp or with somethin else? I also have on PC over the 7 iMac.
    Many thank for your help
    Cheers

  • Output drops on cisco link connecting to F5 Loadbalancer's management port

    On a connection like below:
    Cisco 6509: gi x/y <<-->> F5 BIGIP LTM: mgmt (Management Port)
    We observed incrementing packet drops on the F5 BIGIP mgmt interface.
    Also, at the cisco end, incrementing output drops were observed.
    tcpdump (packet capture) on the F5 BIGIP's mgmt port show brodcast packets/ multicast including the HSRP hellos being received from the cisco device. It is an expected behaviour that, F5 will reject any packets it cant understand (including the cdp, hsrp and other broadcast), and this will cause the packet drop counter of F5 BIGIP's mgmt port to increase. (F5 TAC acknowledged this behaviour)
    Will this cause the output drop counter at the cisco interface to roll up?
    Note: On the cisco interface, i do not see any other errors, also utilisation on the link is very minimal.
    Thanks
    Sudheer Nair

    Hi, this is probably late, but the software counters for output drops on these types of switches (3750's, blade switches) are not reliable.
    What you need to check is "show platform port-asic statistics drop" for a reliable drop counter on an interface. This will give you the hardware counters
    https://tools.cisco.com/bugsearch/bug/CSCtq86186/?reffering_site=dumpcr
    Switch stack shows incorrect values for output drops/discards
    on show interfaces. For e.g.,
    --- show interfaces ---
    GigabitEthernet2/0/5 is up, line protocol is up (connected)
    Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 4294967163
    Conditions:
    This is seen on Stackable switches running 12.2(58)SE or later.
    Workaround:
    None.

  • Serial management port

    Im connectng a dell lattitude D505 running xp and using hyper terminal to connect to a v440 using the serial management port from the serial port on my laptop. If you disconnect the serial management port on the solaris box while its running or if your laptop goes into sleep mode or is powered off, the solaris box will go into OK prompt! Any ideas why this is?

    I have a SunBlade 1500 under Solaris 9 and I don't know the Solaris Box. But if it manages the serial ports as Solaris 9 and SunBlade do, I could have one explanation:
    All the cases you described match or more accurately are seen by the hadware as a loss of the signal. And hardware and software do not like it at all!!! It seems that your Box hang down at this time. In any time I could give you the advice to disconnect as it must be done the device (here your Laptop) from the Box. And of course when you are connected, suspend the "sleep" of the computer (which is exactly the same thing that it was switched off).
    Hope that give you a beginning of explanation!

  • CSC-SSM Default Management Port...

    Does anyone know how to change this port from it's default of 8443?
    Please let me know, it's urgent!
    Thanks,
    Eddie

    Even i went through the doc again and again. And the only one reference i seem to notice is this :
    1. Network Settings
    2. Date/Time Settings
    3. Product Information
    4. Service Status
    5. Change Password for Command Line Interface
    6. Restore Factory Default Settings
    7. Troubleshooting Tools
    8. Reset Management Port Access Control List
    9. Ping
    10. Exit ...
    The 8th point.
    Reset Management Port Access Control
    Choose option 8 to reset the management port access control list. The following appears:
    Resetting management port access control list: OK
    Press Enter to continue ...
    If the ASDM is unable to communication with the SSM, try resetting port access via this option
    But even that doesn't explain if we could change the port. I have a CSC to configure next week, wish i had this box looks fun to play with.
    Cheers
    Hoogen

  • SAN Device Manager port on Green X

    Hi Everyone,
    Can anyone explain me what is the meaning of green X on the SAN Device manager port 5? Please see details below image and cli command. I am not sure if the port is faulty or just wrong information by device manager.
    SANCORE-1B# sh int fc1/5
    fc1/5 is up
        Port description is SNCISQL01A HBA Slot 2
        Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
        Port WWN is 20:05:00:0d:ec:ba:9d:80
        Admin port mode is F, trunk mode is off
        snmp link state traps are enabled
        Port mode is F, FCID is 0x870200
        Port vsan is 2
        Speed is 4 Gbps
        Rate mode is dedicated
        Transmit B2B Credit is 3
        Receive B2B Credit is 16
        Receive data field Size is 2112
        Beacon is turned off
        5 minutes input rate 12683848 bits/sec, 1585481 bytes/sec, 1261 frames/sec
        5 minutes output rate 61312488 bits/sec, 7664061 bytes/sec, 4307 frames/sec
          30170465636 frames input, 50914835047204 bytes
            0 discards, 0 errors
            0 CRC,  0 unknown class
            0 too long, 0 too short
          85246711848 frames output, 159546341238872 bytes
            5 discards, 0 errors
          224 input OLS, 4 LRR, 42 NOS, 0 loop inits
          47 output OLS, 71 LRR, 186 NOS, 0 loop inits
          16 receive B2B credit remaining
          3 transmit B2B credit remaining
         3 low priority transmit B2B credit remaining
        Interface last changed at Mon Jul 22 15:14:06 2013

      SAN Device manager green X on port 5 disapeared, we did not do anything (shut/unshut the port). Must be a bug.

  • Unable to set CSS management port to 100Mbits-FD.

    This is the first time I've encountered this problem. Thanks in advance!
    CSS 11501 running code 7.30.1.06.
    Below is the error I receive:
    ARLTRKBAXPS1001(config-if[Ethernet-Mgmt])# phy 100Mbits-FD
    ^
    %% Command is not available on Cirrus Logic Ethernet-Mgmt port.

    this is normal.
    As indicated by the message, the CSS11501 does not support this setting on the ethernet management port.
    Only possible to us 10Mb either full or half duplex.
    Regards,
    Gilles.

  • Managed Ports in DFM not generating alert

    I've just added a new 3750 switch in DFM. It is in known status and the ports that I want to managed are set to TUE. However, I do not get any alert in DFM console whenever one of the managed ports go down. I have tried to delete and rediscover this device from DFM but still the same.

    I missed that you said you "typed" the shutdown command.  This won't work.  If a managed port/interface is shutdown, then DFM considers that a healthy state.  That is, the administrator has said, "this port is not being used."  No event will be generated.  To really test DFM, you need to "no shut" the port, then unplug it.  That should generate an event after about four minutes.

Maybe you are looking for

  • Multiple devices on the same Apple ID.

    I just bought my wife an iPad Mini.  I would like to be able to keep the two iPads from talking to each other (iCloud).  Do I need to establish another Apple ID for her iPad? I still want her to be able to link to iTunes, where we both have our music

  • Error while creating Repository Service in informatica

    Hi Guys, When i try to create repository service informatica8.1.1.I'm getting the below error driverconnect.exe has encountered a problem and needs to close.We are sorry for the inconvenience.

  • No TDM in LV 8.2?

    I had to re-code all my TDM data storage VIs to the TDMS type when upgrading fro 7.1.1 to 8.2.1.  The TDM VIs originally sat there with the hour glass cursor flashing and the broken arrow revealed an "unable to compile" error.  After cleaning up I tr

  • Oracle 10g Configuration for Student Edition

    To Whom It May Concern, I am currently enrolled in an Oracle 10g course at a local community college, and am using the "Guide to Oracle 10g" textbook by Morrison, Morrison & Conrad (ISBN: 0-619-21629-8). This book came with two CD's that contain a sc

  • Contact manager

    I am trying to convert from using a Blackberry for 8 years and though I like the overall features of the iPhone and I can live with the email issues the contact manager definitely needs work. Is there anyway to search by other fields then First /Last