11-04-2010 12:50 PM
Hi, I am planning to set up EMM on our routers and wrote my XML and need to interface it with the router.
Would you please guide me to find out how to point it to the router? the plan is if someone wants certain
information like basic troubleshooting info, then the menu pops up and let them see those troubleshooting
options.
Cisco routers in our network are 2811 & 3845.
Thanks
11-05-2010 09:18 AM
EMM menu definitions can be loaded directly from a network server or from flash. For example, if your MDF is called tshoot.mdf, and you have it on a TFTP server, run the following from EXEC enable mode:
emm mdf tftp://10.1.1.1/tshoot.mdf
11-08-2010 07:55 AM
Thanks in advance;
I have wrote my program in .XML then download it from a location in my laptop as you can see below, also I Placed it in Flash, But when you
do# SH MDF, there is no MDF on there. Do I need to change the .XML to .MDF
Also, Can you run EMM on both Routers and Switches?
lab-router#emm mdf tftp://192.168.28.111/HD_Troubleshooting.xml
EMM Error at line 35: mm_start_element_handler: Ignore unknown element
lab-router#copy tftp flash
Address or name of remote host []? 192.168.28.111
Source filename []? HD_Troubleshooting.xml
Destination filename [HD_Troubleshooting.xml]?
Accessing tftp://192.168.28.111/HD_Troubleshooting.xml...
Loading HD_Troubleshooting.xml from 192.168.28.111 (via FastEthernet0/0): !
[OK - 1459 bytes]
1459 bytes copied in 0.560 secs (2605 bytes/sec)
lab-router#emm mdf flash:HD_Troubleshooting.xml
================================================================================
Help Desk Basic troubleshooting menu
Enter ?# for item help
--------------------------------------------------------------------------------
1. Vlan Port Changes
2. Show interface status
3. Shut down loopback 0
4. Enable loopback 0
Enter selection: 2
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 10.10.253.188 YES NVRAM up up
Service-Engine0/0 unassigned YES NVRAM administratively down down
FastEthernet0/1 10.31.253.1 YES NVRAM administratively down down
Loopback0 10.0.254.31 YES NVRAM up up
Press any key to continue...
================================================================================
11-08-2010 08:50 AM
Actually, we are looking for a product to provide a menu for our Help Desk teem to have basic troubleshooting access (ping, Trace, exetened ping, ip route, intereface look up) without going to enable mode (privileged mode) for both Switches & Routers!
It seems EMM is not supported on Switches!
Any idea! Thanks again in advance for your time.
Best Regards
Mark Soleimanzadeh
Engineering / 972-201-0690
11-08-2010 10:43 AM
Post the HD_Troubleshooting.xml MDF. Typically, I name my EMM files *.mdf for easier identification. EMM is currently only available on devices that can run 12.4T or 15.x or 15.xT code. This is mainly routers.
11-08-2010 11:51 AM
Joseph,
Is there a product out there by Cisco (other than Cisco Works) that can be configured like EMM to work with Cisco Switches & Routers ( IOS-12.2 and higher). or could you please recommand another solution for us?
Thanks
m
11-08-2010 01:03 PM
You could use EEM's Tcl to build a menu application from scratch. Since you have a relatively small menu, this shouldn't be too difficult. I don't know of any other virtual console applications pre-built. As you note, CiscoWorks could do this.
11-08-2010 02:53 PM
Thanks but I am not asking for configuring the menu, I know
how to do that. My Question is that " Is there a product by
cisco that is capable of doing the same thing as EMM does
for Switch & Router both, Not just the router?"
Thanks again
11-08-2010 03:27 PM
My point was that you could use the Embedded Event Manager (EEM not EMM) to build a menu on routers and switches. You would need to code everything yourself, though. There are no pre-built menu constructs in EEM. However, EEM gives you the Tcl scripting language so you can print menu options to a terminal and read input from the user.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide