Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have been fighing with developing a good way to determine if a loopback0 exists on a router using snmp. Using snmpwalk seems to always give me a million lines of code while snmpget never responce with anything. Sorry for the newb quesiton but I a...
I have two geographically dispersed campuses attached via static routed MPLS. With the limitation of the MPLS, I attempted to configure an IPSEC tunnel between the two sites using cable connections (gateway at 10.XXX.10.3) located at each of the two...
I have Archive setup on all of my devices in the enviornment to archive configs via tftp to a server on the network. A team mate of mine elected to down that box because the "did no know what it was." Now I have a process hung on every one of my ci...
I have many sites that I would like to be able to program uniformly using simple copy paste function, but each site uses in a diffrent ip scope making it challing without the use of variables. For example, If I had two layer 3 switches each in a dif...
I have an esoft internet gateway appliance that is producing this message :Feb 25 00:00:21 System martian source 192.168.1.255 from 192.168.1.135, on dev br0Feb 25 00:00:21 System ll header: 00:01:4e:01:7a:b4:00(Destination - E-soft App):1e:f7:ae:b6:...
I second this. Multimode is far more common as cost is lower - but the distance is significantly shorter on multimode vrs singlemode. There are some gbic's that support both, but as their cost is several times that of a multimode gbic: they are not...
Resolved - used commands below then used a vbs script to parse the data:"Grab All Interface Desc"snmpwalk -r: -c:"" -v:2c -os:1.3.6.1.2.1.4.20.1.1 -op:1.3.6.1.2.1.4.20.1.5>>file.txt"Grab All IP's"snmpwalk -r: -c:"" -v:2c -os:1.3.6.1.2.1.2.2.1.2.1 -op...
When I run it I get everything. This is the line I am running - thoughts?snmpwalk -r: -c"" -v:2c -op:1.3.6.1.2.1.4.20.1>file.txtIn that file I can see the interface discriptions are listed, and some IP addresses are listed, but none in the file are ...
I found the issue - int order to force a three leg router to pass traffic over the vpn, you need to add a route to an IP on the OTHER side of the interface that the crypto map is on. Example. I want to conf an IPSEC tunnel to pass traffic destined...