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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SNMP passthrough

Status
Not open for further replies.

spivy66

MIS
Nov 8, 2002
150
US
I have two sub nets on my cisco 2600 (ROM: System Bootstrap, Version 12.2(10r)1, RELEASE SOFTWARE (fc1)

192.168.1.0/24 eth0
&
192.1682.0/24 eth1

I have an smnp server on the .1 nw and anything on that nw i receive traps but nothing on the .2 nw. Why is the router not passing through the snmp protocol? Do i need to set something up on the the router?

Thanks Guys


 
here is my config

ip access-list standard Replication
remark deny Replication mask for the DR
deny 172.28.2.0 0.0.0.255 log
access-list 10 permit 172.17.1.8
access-list 30 permit 172.17.2.0 0.0.0.255
access-list 30 permit 172.17.1.0 0.0.0.255
route-map Traveler permit 10
match ip address 10
set ip next-hop 172.17.1.54
!
route-map Traveler permit 20
!
snmp-server community 12Public RO 30
snmp-server community 12Private RW 30
snmp-server trap link ietf
snmp-server enable traps snmp authentication linkdown linkup col
snmp-server enable traps isdn call-information
snmp-server enable traps isdn layer2
snmp-server enable traps isdn chan-not-avail
snmp-server enable traps hsrp
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps envmon
snmp-server enable traps bgp
snmp-server enable traps ipmulticast
snmp-server enable traps msdp
snmp-server enable traps rsvp
snmp-server enable traps frame-relay
snmp-server enable traps rtr
snmp-server enable traps syslog
snmp-server host 172.17.1.110 12Public
 
On the .2 interface you need ip forward-protocol snmp.

Routers don't pass broadcasts past nw boundaries unless specifically told to.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top