cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
635
Views
5
Helpful
2
Replies

Parameterized Templates for SNMP Chassis-ID

dlongworth
Level 1
Level 1

Hi,

I ask for some qualification please.

My customer has 5000+ devices and wishes to populate the 'snmp-server chassis-id' with serial no.s of each device.

I'm thinking of exporting the serial no. into an XML file and using that file for the Parameterized Template.

Has anyone done this before; does it work or is there a simpler method perhaps?

Kind Regards

David

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

This should work provided all the devices in question are IOS devices. Your parameterized command file would look something like:

FA123456789

FA24681012

...

Then your template would be:

snmp-server chassis-id $chassisId

Thanks John,

I'll test it out.