Switches, Hubs, and Modems
1752279 Members
4525 Online
108786 Solutions
New Discussion

PCM - Possible to configure another telnet app?

 
Jason Scott
Regular Advisor

PCM - Possible to configure another telnet app?

Is it possible to tweak PCM such that it will involke another telnet application when you connect to a device via its contextual menu?
1 REPLY 1
Jason Scott
Regular Advisor

Re: PCM - Possible to configure another telnet app?

Ah, solved it by reading the manual :)

For anyone that's interested here is my UDA and TRG file. Save them in the Server\Config\DevConfig\Extern folder and restart PCM. A new menu item 'putty' will be present when right clicking a device and this will launch a telnet to that ip address.

The TRG file works for 2650s. I'm trying to figure out now how to make this apply for multiple device types with just one menu item.

putty.uda -

putty {
Name=putty
Type=CLI
Command=C:\putty.exe -telnet %ip
Target=Client
}

putty.trg -

//rightclick putty
RgtNp02 {
Scope=Context
Type=RIGHTCLICK
Name=putty
Context {
Device {
DevType=OID
Value=.1.3.6.1.4.1.11.2.3.7.11.35
}
}
ActionID=putty
Permission=PER_OPERATOR_1
Tooltip=Operator
Icon=trigger.gif
Jarname=triggers.jar
}