Options

UC500 Question - resetting the unit

Daniel333Daniel333 Member Posts: 2,077 ■■■■■■□□□□
it's my understanding that OOB the UC500 should act as a DHCP server and permit me telnet access by going straight in through one of it's switch ports? Please correct me if I am wrong.

As it stands that is not working. I can how ever get in through the console. Since the UC500 has been sued by about a dozen people before me I think I need to reset it to default.

When I log into the CUE I get the code below, if I cant get into the service-module, how can I set an ip address for it? I am probably missing something. Thoughts?


UC500>en
Password:
UC500#service-module ?
Integrated-Service-Engine cisco integrated service engine module

UC500#service-module
UC500#service-module In
UC500#service-module Integrated-Service-Engine ?
<0-1> Integrated-Service-Engine interface number

UC500#service-module Integrated-Service-Engine 0 session
^
% Invalid input detected at '^' marker.

UC500#service-module Integrated-Service-Engine 0/0 session
IP address needs to be configured on interface Integrated-Service-Engine0/0
UC500#
-Daniel

Comments

  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    You might want to try from global config mode.
    An expert is a man who has made all the mistakes which can be made.
  • Options
    Daniel333Daniel333 Member Posts: 2,077 ■■■■■■□□□□
    Alright, figured it out.

    It looksl ike you you need to bind the service-engine to a loopback address and then add that loopback to the routing table manually.

    Here is a quick copy paste in case it helps someone in the future...


    UC500(config)#int integrated-Service-Engine ?
    <0-1> Integrated-Service-Engine interface number

    UC500(config)#int integrated-Service-Engine 0/0
    UC500(config-if)#ip unnumbered loopback0

    UC500(config)#$.100.1.10 255.255.255.255 Integrated-Service-Engine 0/0

    UC500#service-module integrated-Service-Engine 0/0 session
    Trying 10.100.1.1, 2002 ... Open
    -Daniel
  • Options
    NetwurkNetwurk Member Posts: 1,155 ■■■■■□□□□□
    You'll figure it all out

    To be honest, I wish my company would get me a UC500 to set up. We use CCM 4 and outdated equipment at work. And for my lab, all I have is an old VG200

    Best advice I can add is to turn off the DHCP service on the 500 (unless for some reason your company doesn't already have a DHCP server).

    :)
Sign In or Register to comment.