Getting bandwidth info from PIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2003 06:27 PM - edited 02-20-2020 10:30 PM
I am using MRTG to check the bandwidth on my IOS routers and it is working pretty well. Recently, I tried to create a config file to check on the bandwith of my PIX running 6.2(2). The creation of the config file is failing. I need hit the PIX from the outside. Other than a permit for SNMP requests, do I need anything else?
Thanks,
Diego
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 06:28 AM
You will need these commands
snmp-server host outside x.x.x.x
snmp-server community yyyyyyyyy
Replace x.x.x.x with the IP address of the MRTG box. replace yyyyyyy with the SNMP community string.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 07:03 AM
I was missing the "snmp-server host" command!
Thanks,
Diego
