CISCO 2821 WITH CONTENT ENGINE

ANYONE KNOW THE USERNAME / PASSWORD
FOR THE CONTENT-ENGINE WHEN YOU OPEN UP A SESSION TO IT? ON OUR 2651XM'S WITH
CONTENT-ENGINES THE USERNAME IS admin
and the password is default. THIS DOES
NOT WORK WITH THE NEW CONTENT-ENGINES INSTALLED.

If you have no luck guessing passwords you can try the following.
Recovering a Lost Administrator Password
If an administrator password is forgotten, lost, or misconfigured, perform the following steps to reset the password on the device.
Note There is no way to restore a lost administrator password. You must reset the password to a new one, as described in this procedure.
Step 1 Establish a console connection to the device and open a terminal session.
Step 2 Reboot the device. While the device is rebooting, watch for the following prompt and press Enter when you see it:
Cisco ACNS boot:hit RETURN to set boot flags:0009
Step 3 When prompted to enter bootflags, enter this value:
0x8000
For example:
Available boot flags (enter the sum of the desired flags):
0x4000 - bypass nvram config
0x8000 - disable login security
[CE boot - enter bootflags]:0x8000
You have entered boot flags = 0x8000
Boot with these flags? [yes]:yes
[Display output omitted]
Setting the configuration flags to 0x8000 lets you into the system, bypassing all
security. Setting the configuration flags field to 0x4000 lets you bypass the NVRAM
configuration.
Step 4 When the device completes the boot sequence, you are prompted to enter the username to access the CLI. Enter the default administrator username (admin):
Cisco Content Engine Console
Username: admin
Step 5 Once you see the CLI prompt, set the password for the user using the username password command in global configuration mode.
The following example shows the different options and parameters for the username command. You can specify that the password be either clear text or encrypted. The user in the example chose to have an encrypted password.
ContentEngine# configure
ContentEngine(config)# username ?
WORD User name
ContentEngine(config)# username biff ?
password Specify the password for the user
privilege Set user privilege level
samba-password Set user's Windows sharing password
ContentEngine(config)# username biff password ?
0 Specifies clear-text password (default)
1 Specifies type 1 encrypted password
WORD User password (clear text)
ContentEngine(config)# username biff password 0 ?
WORD User password (encrypted)
ContentEngine(config)# username biff password 0 mypassword ?
uid User Id
ContentEngine(config)# username biff password 0 mypassword uid ?
<2001-65535> User Id
ContentEngine(config)# username biff password 0 mypassword uid 2001 ?
ContentEngine(config)#
Step 6 Use the write memory command in EXEC mode to save the configuration change.
ContentEngine(config)# exit
ContentEngine# write memory
Step 7 Optionally, reboot your device by using the reload command.
ContentEngine# reload
Rebooting is optional; however, you might want to reboot to ensure that the boot flags are reset, and to ensure that subsequent console administrator logins do not bypass the password check.
Note In ACNS software, the bootflags are reset to 0x0 on every reboot.

Similar Messages

  • Help with Content Engine CE-565-K9 to install OS

    Hello everybody,
    I have got a content engine CE-565-K9 with 72GB HDD, but this is empty. my question is; how do i install de operative system? i have downloaded the follow components:
    ACNS-5.5.9.9-K9.sysimg
    ACNS-5.5.9.9-K9.bin 
    ACNS-5.5.9.9-K9.meta
    ACNS-5.5.9.9-rescue-cdrom-K9.iso
    ACNS-5.5.9.9-manifest-samples.zip
    ACNS-5.5.9.9-manifest-tools.zip
    ACNS-5.5.9.9-schema-xsd.zip    
    ACNS-5.5.9.9-Alarm_Book.html
    ACNS-5.5.9.9-Error_Book       
    Any help??
    Best Regards
    Álvaro Pérez Unzueta

    Depending on the current status of the device. you can use the rescue CD and follow the information in this url
    http://www.cisco.com/en/US/docs/app_ntwk_services/waas/acns/maintenance/v55_13/upgrade/guide/6695bkup.html
    Thanks,
    Eric

  • Use of outgoing proxy with content engine

    Hi All,
    I'm experiencing problems using the "outgoing proxy" feature with a content engine running ACNS 4.03.
    When this feature is enabled, it takes a long time to get the "execute or save to disk" popup window in the web browser, but when I get it, the file is downloaded in a few seconds.
    It seems like the CE waits for the file to be completely retrieved before delivering it to the client...
    This is not service impacting when this is a small file, but when the file is bigger than 1MB, the browser fails with a timeout.
    Can anyone help ?
    Thanks,
    Phil.

    4.01b1 code had a hardcoded proxy timeout value of 300 micro seconds. The ability to set this value was introduced in 4.03 to address symptoms like the one you are describing when the CE is not able to connect to its upstream proxy within this time constraint. (also documented the following bug : CSCdv36226 - "Need CLI to configure connection timeout for outgoing proxy"
    The fix was implemented with the addition of the follwoing command to set this value: 'http proxy outgoing connection-timeout' command:
    590(config)#http proxy outgoing connection-timeout ?
    <200-5000000> Timeout period for probing outgoing proxy servers in microseconds
    590(config)#
    I hope this helps!
    Cheers,
    Perry.

  • Smartfilter with Content Engine Module (NM-CE-BP-40G-K9) & ACNS on 3661

    I've been looking over the CCO docs, but can't find one that has sample configs for using a 3661 router containing content engine module, smartfilter, & ACNS. Topology is basically the following...
    (PC's)----(LAN Switch)-----(3661 w/content engine module)----(PIX)---(internet)
    I don't want to creat a new IP subnet for the 3 interfaces within the content engine module/router. I want to use the IP's from the current LAN IP Block.
    Any advice appreciated.

    I thought this might help.
    Easy NM-CE Configuration Guide!
    Router IOS:c3725-ik9o3s-mz.122-15.T2
    Content Engine Software: ACNS 5.0.3.5
    Configure basic router configuration as normal.
    Set the IP addresses for the Service Module (Content-Engine) using these commands:
    interface Content-Engine2/0
    ip address 10.1.1.1 255.255.255.0
    ip nat inside
    service-module external ip address 10.0.0.1 255.255.255.0
    service-module ip address 10.1.1.2 255.255.255.0
    service-module ip default-gateway 10.1.1.1
    Complete Config Example (DHCP and NAT for Lab):
    urrent configuration : 2440 bytes
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname lab3745_NM-CE
    logging queue-limit 100
    enable password cisco
    ip subnet-zero
    ip wccp web-cache
    ip dhcp pool NM-ESW-16-POOL
    network 10.1.2.0 255.255.255.0
    domain-name cisco.com
    default-router 10.1.2.1
    dns-server 171.68.226.120 171.70.168.183
    lease 7
    ip audit notify log
    ip audit po max-events 100
    no voice hpi capture buffer
    no voice hpi capture destination
    mta receive maximum-recipients 0
    interface FastEthernet0/0
    ip address 172.16.12.108 255.255.255.0
    ip wccp web-cache redirect out
    ip nat outside
    duplex auto
    speed auto
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    interface FastEthernet1/0
    no ip address
    interface FastEthernet1/1
    no ip address
    interface FastEthernet1/2
    no ip address
    interface FastEthernet1/3
    no ip address
    interface FastEthernet1/4
    no ip address
    interface FastEthernet1/5
    no ip address
    interface FastEthernet1/6
    no ip address
    interface FastEthernet1/7
    no ip address
    interface FastEthernet1/8
    no ip address
    interface FastEthernet1/9
    no ip address
    interface FastEthernet1/10
    no ip address
    interface FastEthernet1/11
    no ip address
    interface FastEthernet1/12
    no ip address
    interface FastEthernet1/13
    no ip address
    interface FastEthernet1/14
    no ip address
    interface FastEthernet1/15
    no ip address
    interface Content-Engine2/0
    ip address 10.1.1.1 255.255.255.0
    ip nat inside
    service-module external ip address 10.0.0.1 255.255.255.0
    service-module ip address 10.1.1.2 255.255.255.0
    service-module ip default-gateway 10.1.1.1
    interface Vlan1
    ip address 10.1.2.1 255.255.255.0
    ip nat inside
    ip local pool NM-ESW-16-POOL 10.1.2.2 10.1.2.254
    ip nat pool TEST-NAT-POOL 172.16.12.108 172.16.12.108 prefix-length 24
    ip nat inside source list 7 pool TEST-NAT-POOL overload
    ip http server
    no ip http secure-server
    ip classless
    ip route 0.0.0.0 0.0.0.0 172.16.12.254
    access-list 7 permit 10.1.2.0 0.0.0.255
    access-list 7 permit 10.1.1.0 0.0.0.255
    access-list 7 permit 10.0.0.0 0.0.0.255
    call rsvp-sync
    mgcp profile default
    dial-peer cor custom
    line con 0
    speed 115200
    line 65
    flush-at-activation
    no activation-character
    no exec
    transport input all
    line aux 0
    line vty 0 4
    password cisco
    login
    end
    reset service-module 2 to reboot the Content-Engine:
    service-module content-Engine 2/0 reload
    Within 30 Seconds Session from the Router to the Service Module:
    service-module content-engine session
    Enter Basic Configuration for Network Module:
    Password, etc…
    Configure The service Modeule using the command line interface:
    hostname NM-CE-BP
    ip domain-name CISCO.COM
    interface FastEthernet 0/0
    ip address 10.0.0.1 255.255.255.0
    exit
    interface FastEthernet 0/1
    ip address 10.1.1.2 255.255.255.0
    exit
    ip default-gateway 10.1.1.1
    primary-interface FastEthernet 0/1
    ip name-server 172.72.1.1
    wccp router-list 1 172.16.12.108
    wccp web-cache router-list-num 1
    wccp version 2
    username xxx password xxxx
    username xxxx privilege 15
    authentication login local enable primary
    authentication configuration local enable primary
    NM-CE-BP#exit
    You can use the command line interface to show statics from the Content Engine by using the show statistics screen command or use your web browers for a more graphical report.

  • Content Engine multicast duration logs

    With Content Engines and CDN solution, we deployed a multicast station (for non-live contents). With the transaction logs we were able to log access to the first connection to the content-engine (as a http connection) but for our customer would be useful being able to track connection time of each client to the multicast station. There's a way to handle this?
    Thanks

    Well I am not sure if this is possible. You could however check the URL that the CE is caching. Here is the link to a document that explains how to do it.
    http://www.cisco.com/en/US/products/hw/contnetw/ps546/products_tech_note09186a008009409e.shtml

  • Content Engine errors.

    Hi there,
    I'm having some problems with Content Engine.
    I would appreciate any help.
    It gives following errors:
    Jun 12 08:15:59 CE01 wccp: %CE-WCCP-5-500008: WCCP: A new view from
    the 25.25.25.25. Change number = 28
    Jun 12 08:15:59 CE01 wccp: %CE-WCCP-5-500014: WCCP: New CE notified of
    15.16.17.208
    Jun 12 08:15:59 CE01 wccp: %CE-WCCP-5-500026: New CE entry being
    created for 15.16.17.208 seen by router 25.25.25.25
    Jun 12 08:16:07 CE01 wccp: %CE-WCCP-4-500015: WCCP:No assignment sent:
    15.16.17.204 not in Router View
    Jun 12 08:16:08 CE01 wccp: %CE-WCCP-5-500008: WCCP: A new view from
    the 25.25.25.25. Change number = 29
    Jun 12 08:16:08 CE01 wccp: %CE-WCCP-5-500014: WCCP: New CE notified of
    15.16.17.204
    Jun 12 08:16:08 CE01 wccp: %CE-WCCP-5-500026: New CE entry being
    created for 15.16.17.204 seen by router 25.25.25.25
    Jun 12 08:16:17 CE01 wccp: %CE-WCCP-5-500019: WCCP: New WC in compute
    assign 15.16.17.204
    Jun 12 08:16:40 CE01 wccp: %CE-WCCP-3-500001: HTTP Proxy may be down,
    keepalives halted!
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct got error :
    50 for key stat/cache/http/perf/throughput/requests/sum connection 5
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct: unable to
    get `stat/cache/http/perf/throughput/requests/sum' from dataserver
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: unable to get http
    request throughput stats(error 50)
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct got error :
    4 for key stat/cache/https/request connection 5
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct: unable to
    get `stat/cache/https/request' from dataserver
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: unable to get https
    request throughput stats(error 4)
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct got error :
    4 for key stat/cache/ftp connection 5
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct: unable to
    get `stat/cache/ftp' from dataserver
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: unable to get
    ftp-over-http request throughput stats(error 4)
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct got error :
    4 for key stat/cache/http/usage/cpu/sum connection 5
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: ds_getStruct: unable to
    get `stat/cache/http/usage/cpu/sum' from dataserver
    Jun 12 08:20:54 CE01 java: %CE-CMS-4-700001: unable to get cpu
    stats(error 4)

    Hi guys,
    I am really out of ideas!!!
    I've updated software couple times already.
    but nothing helps.
    it still gives same error:
    Jun 16 14:23:01 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/http/usage/cpu/sum not found not found in dataserver
    Jun 16 14:23:01 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/http/request not found not found in dataserver
    Jun 16 14:23:01 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/https/request not found not found in dataserver
    Jun 16 14:23:01 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/https/requests not found not found in dataserver
    Jun 16 14:23:01 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/ftp-native not found not found in dataserver
    Jun 16 14:23:01 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/ftp not found not found in dataserver
    Jun 16 14:23:02 ponent exec_show_stats: %CE-CLI-3-170013: item stat/wccp/bypass not found not found in dataserver
    Jun 16 14:23:02 ponent exec_show_stats: %CE-CLI-3-170013: item stat/wccp/bypass not found not found in dataserver
    Jun 16 14:23:52 ponent exec_rule: %CE-CLI-3-170013: Verifier not responding. when setting cfg/gl/cache/rule/stat/show (Error number: 32)
    Jun 16 14:23:52 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/http/err not found not found in dataserver
    Jun 16 14:23:52 ponent exec_show_stats: %CE-CLI-3-170013: item stat/cache/https/err not found not found in dataserver
    Jun 16 14:24:37 ponent cfg_bin_urlfilter: %CE-CLI-3-170013: Verifier didn't respond. Need to re-register verifier. when setting /cfg/gl/cache/urlfilter/http/enable (Error number: 64)
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct got error : 4 for key stat/cache/http/perf/throughput/requests/sum connection 5
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct: unable to get `stat/cache/http/perf/throughput/requests/sum' from dataserver
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: unable to get http request throughput stats(error 4)
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct got error : 4 for key stat/cache/https/request connection 5
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct: unable to get `stat/cache/https/request' from dataserver
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: unable to get https request throughput stats(error 4)
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct got error : 4 for key stat/cache/ftp connection 5
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct: unable to get `stat/cache/ftp' from dataserver
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: unable to get ftp-over-http request throughput stats(error 4)
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct got error : 4 for key stat/cache/http/usage/cpu/sum connection 5
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: ds_getStruct: unable to get `stat/cache/http/usage/cpu/sum' from dataserver
    Jun 16 14:24:45 ponent java: %CE-CMS-4-700001: unable to get cpu stats(error 4)
    Jun 16 14:24:47 ponent java: %CE-CMS-4-700001: ds_getStruct got error : 4 for key stat/cache/http/perf/throughput/requests/sum connection 5
    Jun 16 14:24:47 ponent java: %CE-CMS-4-700001: ds_getStruct: unable to get `stat/cache/http/perf/throughput/requests/sum' from dataserver
    Jun 16 14:24:47 ponent java: %CE-CMS-4-700001: unable to get http request throughput stats(error 4)
    Jun 16 14:25:15 ponent cfg_bin_urlfilter: %CE-CLI-3-170013: Verifier didn't respond. Need to re-register verifier. when setting /cfg/gl/cache/urlfilter/http/enable (Error number: 64)
    Jun 16 14:25:24 ponent writemem.sh: %CE-CLI-2-170054: running-config has 0 line(s)
    Jun 16 14:25:24 ponent exec_copy: %CE-CLI-3-170055: Copy running-config to startup-config failed!. status(1.20)
    please, any suggestion would be appreciated.

  • Content Engine cannot authenticate using LDAP

    Dear All,
    I have a problem with content engine 511 authenticating with LDAP server. I am using Lotus notes LDAP server to authenticate with content engine but it doesn't work. Anyone has try with LDAP before? Please advice. Thank you for your help.
    Regards,
    Chris

    Dear,
    I already using the latest version of ACNS software 5.3. And there is an option to use LDAP authentication in CLI and WEB based management. Thank you for your help.
    Regards,
    Chris

  • How many Voice connections can cisco 2821 support?

    Good day.
    I have a cisco 2821 with EVM slot, NME-X slot and two HWIC slots. I have 4 port FXOs on the two HWIC slots. The EM-HDA-8FXS module on the EVM slot can handle 8 FXS connections. Please i would like to know if there is an EVM module that can do FXO connections and also how many voice connections can this router handle in total. Can the EM-HDA-8FXS module handle both FXS and FXO connections?
    Hope someone can help me out. My deadline has already passed.
    Regards,
    Obinna.

    Hi, already replied to this in the appropriate forum.
    Please do not open duplicate threads.

  • Content engine module

    Hi, is it possible for a content engine module to work in a 2600 with the following scenario? I want the clients gateway to be the 2600 with content engine installed but I want the 2600 to forward all traffic out a seperate gateway. I know a content switch can do this but can a content module in a 2600 do it too. The reason for wanting this is I want to use url filtering software such as websense and at the moment the existing gateway/firewall is not compatible with websense so Im looking to use a 2600 with content module installed to filter webtraffic and forward out the existing gateway. Thanks

    this is no problem
    Just look at the nm-ce as a standalone device connected by ethernet to the 2600.
    The 2600 can be the default gateway for the client and the cache [nm-ce].
    The 2600 will intercept traffic from client and forward to nm-ce.
    The nm-ce will use the 2600 as its default gateway.
    Gilles.

  • Netflow export on Cisco 2821

    Hello,
    a question or more a problem with netflow exports on Cisco 2821's.
    I configured netflow export on a Cisco 2821 with IOS Version 12.4(24)T
    ip cef
    interface FastEthernet0/0/0
    description to XXX
    ip address XXX
    ip flow ingress
    ip flow egress
    duplex full
    speed 10
    ip flow-cache timeout active 1
    ip flow-export source GigabitEthernet0/0
    ip flow-export version 5
    ip flow-export destination XXX XXX
    The netflow collector shows "only ingoing traffic" on interface FastEthernet0/0/0 and
    "only outgoing traffic" on interface GigabitEthernet0/0.
    Same problem with an IOS Version 12.4(20)T1 on other Cisco 2821's.
    But same configuration on other Cisco 2821's with IOS Version 12.4(11)XJ4 work well.
    Any references/suggestions or explanations?

    #It's surprising to me that it's even possible to configure both directions on a single interface.
    #It's generally not a good idea to configure both directions among interfaces on a single router.
    --> It is possible. ;-) I need QoS (DSCP information) for ingoing traffic and
    --> and for outgoing traffic of this interface FastEthernet0/0/0.
    #How's g0/0 configured "ip flow" wise?
    --> There's no netfow configuration on this interface, only on Fa0/0/0.
    -->#sh ip flow interface
    --> FastEthernet0/0/0
    -->  ip flow ingress
    -->  ip flow egress
    #Maybe you're seeing "only outgoing traffic" on
    #interface GigabitEthernet0/0, because those are incoming traffic through fa0/0/0
    #(where IOS ignores the "ip flow egress" part) and flowing out through g0/0?
    --> You're right. The outgoing traffic at Gi0/0 is the ingoing traffic at Fa0/0/0.
    --> But I don't think thath the configuration is wrong and I think that the
    --> "ip flow egress" command on an single interface is not so special.
    --> I really looks like that the command "ip flow egress" on interface Fa0/0/0
    --> is being ignored. But why?
    --> May be I should start an other discussion with a link to this posting in the
    --> router forum.

  • Saturation on Content engine CE-565 and Smartfiler log

    Hi, with content engine CE-565-K9
    we have the following message log on the smartfilter:
    "Jun 25 08:19:03 cer44sec-pxy2.cer44.recouv cache: %CE-UNKNOWN-4-899999: too many jobs in plugin thread pool queue (1001). Maximum allowed is: 1000
    Jun 25 08:19:03 cer44sec-pxy.cer44.recouv cache: %CE-UNKNOWN-3-899999: Failed to start job to look up groups for user 'UR49100640'"
    I can't see how is limited the thread number on the CE565. So who can explain to me the signification of this log and/or how configring the maximun thread on the CE565.
    Thank's
    Michel

    Smartfilter uses a pool of 20 threads for LDAP lookups. What this error indicates is that the number of outstanding LDAP requests has grown to more than 1000 which is the limit supported.

  • Should the Cisco Content Engines be used as a proxy appliance

    Should the Cisco Content Engine be use as a proxy appliance like a Blue Coat appliance, Squid cache engine, ISA server, etc...
    I am pretty sure it is but just need some feedback on past experiences. Customer would like to by a Cisco product for Web filtering/proxy.
    or is it strictly used to help with web base applications.

    HI,
    the CE is basically able to check every request it supports. If you are using 3rd level products like smartfilter, websense or webwasher you can use the features of those products to supress/forbid certain requests(i.e MSN etc.)
    Kind Regards,
    Joerg

  • Cisco Content Engine for Content Filtering

    Hi All,
    I am looking for a low end solution for Content Filtering and would like to use Cisco Content Engine.
    1. The documentation said that Websense, Secure Computing SmartFilter (does not require separate SmartFilter) & N2H2 support is there on the CE. I used configurator on CE 510, but it did not give me option for any of those. I would appreciate any input in this regard.
    2. Also, I assume that once I get a Content Engine, I don't need to use Microsoft Proxy any more, please confirm.
    regards,
    Ahmer Ghazi

    You would have to Install the Smartfilter software on the Content engine that would work with the ACNS software running on the CE. SmartFilter software operates inside your network to control user access to external Internet resources and allows you to restrict access to World Wide Web pages, newsgroups, and FTP sites.
    For more details refer:
    http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns41/smrtfltr/sf_chap1.htm
    The Content Engine does the job of storing content locally and serving it to the users, so you would not need to use the Microsoft Proxy.

  • Content Engine compatability with Windows Media Player

    I am currently running ACNS version 5.5 on our CE510 Content Engine. We want to set this box up to serve VOD requests from WMT. I think the clients on site are all using Windows Media Player version 10. Does this version of ACNS software work with Windows Media Player 10?

    Dan
    this brings up an interesting point. The content (which is canned Video on an Intranet Web site) is HTTP? I am wasting my time here by trying to use the Windows MP services?? Perhaps I already have what I need...
    Your comments appreciated.
    Kevin

  • Can cisco MSE(mobility service engine) configured to work with non-cisco access points?

    I understand that access points can be configured to forwards all the probe requests to cisco wifi controller. cisco MSE(mobility service engine) gets the probes from wifi controller to find the location of the mobile devices.
    My question, can cisco MSE(mobility service engine) be configured to work with non-cisco access points?

    No and the reason why is the NMSP communication from the MSE to the WLC. Other vendors don't support this so there is no communication happening.
    -Scott

Maybe you are looking for

  • I am having problem with MDV Studio.

    Hello happy guys, whatzup? Guess all ya 'r doing fine? Right! I am using Dreamweaver from Macromedia Studio 2004. I am having problem with Inserting Record into Access database using the forms I create on my .asp document. I am using IIS and Javascri

  • Problem While exporting HTML table to Excel(.CSV) in SharePoint 2010

    Hi , I was exporting HTML table to .CSV file.  Problem is if any field contains '>' or '<' symbol then after exporting to .CSV, it was showing like '&gt' and '&lt' and the code is  as below. //Export HTML table to CSV  function toCSV() {       var da

  • Problem with BB10 that still not fixed...when will we see them fixed?

    there are some problem that I have noticed on the Verizon network that is Gimping my BB10 experience which is not making me happy 1 The Verizon network is causing a big problem with remote file access. (still no update on a fix) 2 The Verizon network

  • Contacts Despair

    I have a Nokia 5300 XpressMusic, and have bought a 5800 XpressMusic today. The problem with my 5300 was that the top keyboard had stopped working. Before it stopped working completely, though, I was able to export my contacts, just in case. I saved t

  • How to connect with the database

    Hi I have oracle instant client instantclient-basic-win32-11.1.0.6.0 and i have oracle database 11g installed on oracle enterprise linux machine, i want to connect to that oracle from windows xp machine. i have oracle instantclient-basic-win32-11.1.0