cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1286
Views
0
Helpful
11
Replies

Reset BAUD rate on SM-ES2-24 Switchmodule

wesserc
Level 1
Level 1

Hi. 

As read by the title I have created a missmatch between my switchmodules baud rate and the correct line speeds.

This makes the switch totally unresponsive with all possible terminal speeds.

using "service-module gigabitethernet 1/0 reset, reload or shutdown" seems to do nothing. 

 

Any otherway to completely reset the Baud rate settings of the module?

11 Replies 11

balaji.bandi
Hall of Fame
Hall of Fame

what is the Router model here :

 

what is the error or message you getting when you try to connect to module using session ?

 

some reference document :

 

https://www.cisco.com/c/en/us/td/docs/routers/access/interfaces/software/feature/guide/eesm_sw.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

marce1000
Hall of Fame
Hall of Fame

 

 - According to this document : https://www.cisco.com/c/en/us/td/docs/routers/access/interfaces/software/feature/guide/eesm_sw.html , the flash_init command resets baud rate to 9600 , but take care it will probably also wipe the configuration.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

wesserc
Level 1
Level 1

Connecting to the switchmodule only yields random characters  since speed doesnt match.

The flash_init command is only useable if I could access the switch.

 

The Router is a 2911 with c2900-universalk9-mz.SPA.156-3 ios.

 

/M

 

        >...Connecting to the switchmodule only yields random characters  since speed doesnt match.

                               - Try  tapping the space bar when you get those.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Only results in more characters.

/M

 

                - Yeah, that procedure may only work during boot , when when the garbage starts appearing.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Edited

 

ok you mean you are not able to access with below setting.

 

putty setting:-
port:comx
speed:115200
data :8 bit
parity:none
stop bits: 1bit
flow control: none


1. router# set baud 57600
2. change putty setting speed 57600
3.copy xmodem: flash: c2900-universalk9-mz.SPA.156-3 ios
4. enter
5. select if you are using teraterm then go to file-transfer-emodem-send-select file
6.once file copy done set baud back on 9600
7.boot flash: c2900-universalk9-mz.SPA.156-3 ios

 

Hope this will help you...

 

 

 

Thanks,

Jitendra

Thanks,
Jitendra

Im able to access those fine as none of them concern the switchmodule.

The tty line that the servicemodule uses can only be set to speed 9600 or 115200, while the switchmodule was previously set to 57600.

I need a way to reset the switch, not reinstall the ios of the router.

 

/M

Please below command output as well.

 

ser sm 1/0 log show

  A reset is the last try, into a different slot maybe else the module seems to be bad.

 

you can follow the below discussion as well..

https://community.cisco.com/t5/ip-telephony-and-phones/sm-sre-700-weirdness/td-p/3406950

 

Thanks,

Jitendra

Thanks,

Jitendra

Thanks,
Jitendra

Can you post show run (full output or check below )

 

#service-module gigabitEthernet x/x Status

This show you vty lines used for that module

 

example :

 

Service Module supports session via TTY line 44

 

check what config you have in vty line 44

 

still issue post below outout :

 

show run

show modules

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Service Module is Cisco GigabitEthernet1/0
Service Module supports session via TTY line 67
Service Module is failed
Service Module reset on error is disabled
Service Module heartbeat-reset is enabled
Service Module status is not available

 

And heres the line conf:

Tty Line Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
67 67 TTY 9600/9600 - - - - - 0 0 0/0 -

Line 67, Location: "Service-module_to_switch", Type: ""
Length: 24 lines, Width: 80 columns
Baud rate (TX/RX) is 9600/9600, no parity, 1 stopbits, 8 databits
Status: Ready, Modem Signals Polled
Capabilities: EXEC Suppressed, Software Flowcontrol In,
Software Flowcontrol Out, Line Watch Suppressed
Modem state: Ready
Modem hardware state: noCTS noDSR DTR RTS
Group codes: 0
Special Chars: Escape Hold Stop Start Disconnect Activation
^^x none ^S ^Q none any
Timeouts: Idle EXEC Idle Session Modem Answer Session Dispatch
00:10:00 never none not set
Idle Session Disconnect Warning
never
Login-sequence User Response
00:00:30
Autoselect Initial Wait
not set
Modem type is unknown.
Session limit is not set.
Time since activation: never
Editing is enabled.
History is enabled, history size is 20.
DNS resolution in show commands is enabled
Full user help is disabled
Allowed input transports are lat pad telnet rlogin lapb-ta mop udptn v120 ssh.
Allowed output transports are pad telnet rlogin lapb-ta mop udptn v120 ssh.
Preferred transport is none.
Shell: enabled
Shell trace: off
No output characters are padded
No special data dispatching characters

 

Also, a reset has already been tried as described in my first post.

 

/M