I posted this in the other forum also. I can't get cirrus to download a config from our Extreme Aspen switches running XOS.
What version of Cirrus are you currently on? Also did you try the Extreme template available here: thwack.com/.../default.aspx
If it does not work still for you could you turn on your session tracing in Cirrus: file > Settings > Session Trace Then try to login in and download a config from with in Cirrus. Then post the trace you can exclude your User Password information. This will help to address what Cirrus is seeing and responding with.
Thanks
We are currently running v4.0. I tried the template but it didn't help.
Here is the session trace.
-->StateChange: Connecting to server<---->StateChange: Connected to server - idle<--Solarwinds.Net SWTelnet9 Version 9.0.27Connected!-->--> telnet session telnet0 on /dev/ptyb0-->-->-->-->ProcessLogin State: 3-->--> ExtremeXOS--> Copyright (C) 2000-2006 Extreme Networks. All rights reserved.--> Protected by US Patent Nos: 6,678,248; 6,104,700; 6,766,482; 6,618,388; 6,034,957; 6,859,438; 6,912,592; 6,954,436; 6,977,891; 6,980,550; 6,981,174; 7,003,705; 7,012,082.--> ==============================================================================-->--> Press the <tab> or '?' key at any time for completions.--> Remember to save your configuration changes.-->-->ProcessLogin State: 3-->CHS Aspen.1 #ProcessLogin State: 3Prompt is being set to : CHS Aspen.1 #Logged into Router<---->-->Process Line = <>Process Line = <>-->--> CHS Aspen.1 #Process Line = <>Process Line = <CHS Aspen.1 # ><-- disable clipaging-->dProcess Line = <d>Pushing back: <d>mPrompt is : <CHS Aspen.1 # >--> isable clipaging-->--> CHS Aspen.2 #Process Line = <disable clipaging>Echo recieveddisable clipagingProcess Line = <>Process Line = <CHS Aspen.2 # ><-- show conf detail-->sProcess Line = <s>Pushing back: <s>mPrompt is : <CHS Aspen.1 # >--> how conf detail-->--> ^-->--> %% Invalid input detected at '^' marker.-->--> CHS Aspen.3 #Process Line = <show conf detail>Echo recievedshow conf detailProcess Line = <>Process Line = < ^>Process Line = <>Process Line = <%% Invalid input detected at '^' marker.>Process Line = <>Process Line = <CHS Aspen.3 # >SendNextCommand Done: DisconnectingTimerTick: mstrData=<CHS Aspen.3 # > State=3 - Connected to server - idlePending Disconnect = TrueDisconnected - From: 192.168.32.1
I figured it out, I had to make a small change to the template.
I had to change
<Command Name="Startup" Value="conf detail"/> <Command Name="Running" Value="conf detail"/>
to this
<Command Name="Startup" Value="conf"/> <Command Name="Running" Value="conf"/>
Fantastic thank you for letting us know