Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Config trap

Status
Not open for further replies.

goverd

ISP
Mar 1, 2006
19
0
0
CA
Hi

I would like my Baystack 470's and Passports 8600's to send a trap to a server (like the Cisco config traps) every time I do a save config or save bootconfig. Any ideas?

Any help would be appreciated

Marty
 
The 8600 can send traps and/or syslog messages when its config is saved. Syslogs are a little easier since you don't need to run the message through any MIB files to decode them.
Here are the CLI commands I use to configure them:

sys syslog host 1 create
sys syslog host 1 address 192.0.2.101
sys syslog host 1 facility local1
sys syslog host 1 host enable
sys syslog host 1 severity info warning error fatal

sys set snmp trap-recv 192.0.2.101 v1 trapcommunity

I don't have 470s, but my other BayStack switches send configuration change traps so I'd assume its a default trap in recent Baystack code.
 
By the way, the specific SNMP trap is rcSaveConfigAction
and its defined in Nortel's Rapid-City MIB, the actual OID is
1.3.6.1.4.1.2272.1.21.37
 
Hi

I had already found that OID in RAPID-CITY but is there a way for the Passports to send a trap with that OID?? I would like to stay away from syslog if I can.
 
Mine are doing syslogs and SNMP traps by default with the config above. What version of microcode are you using? I seem to remember getting these traps back when we were running 3.5.x so if your at something really old like 3.3.x it might be before this trap was supported.
 
We are running 3.3.2 but plan on doing some major software upgrades on all of our 8600s. How do you get your Baystacks to send traps Anthony?

What i am trying to accomplish is version control. I installed SVN on a server. This way everytime a config is saved (on my Cisco routers/switches) a trap is sent and the server knows to poll that switch/router for its config and save that in its svn tree. I want to achieve the same with the Baystack and Passports but my trouble is finding a way to send traps from the Nortels.
 
As I recall I just enabled traps and they started working. Or at least its working now, I don't recall specifically looking for those traps before now - it might also be a feature added in the past year or so.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top