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.
Hello!I have a simplest FR network: 2 routers are connected through FR-switch. Configs are below:aaaFR-switch:frame-relay switchinginterface Serial0/0 description Router 1 no ip address encapsulation frame-relay no keepalive clock rate 2000000 frame-...
Hello,I have a simple network (see attachements). On R3 I have a route 10.10.10.0/24 from two sources: 1.1.1.1 and 2.2.2.2. R3 need to choose the route from 1.1.1.1. And I must do it with administrative distance for some reason. I can't change any OS...
Hello,I need to monitor 5 minute CPU utilization with EEM. I don't know what I need to specify in the field 'taskname' in the command 'event ioswdsysmon sub1 cpu-proc ...'? May be I need to specify 'taskname cpmCPUTotal5minRev'? I'm unsure about it.C...
Hello,
Am I correctly understand that 2 commands
shape peak 64000
and
shape average 128000
have the same meaning?
Do anybody know for what purpose Cisco implemented Peak Shaping?
Hello,I need to configure my router to be RP for 1 group only. It should reject PIM messages for all other groups. I've tried to to the following:ipv6 pim rp-address XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX ALLOWED_GROUP!ipv6 access-list ALLOWED_GROUP...
But if I input the command 'dstance 255 2.2.2.2 0.0.0.0 NET', AD influences Path selection. Or it's a bug also?I have IOS 12.2(53)SE2. So there is no such bug in it.
Hello Steve,No, I haven't actual traffic. If I understand you correctly, I can't see my configured active probes in the output of 'show oer master active-probes' before traffic is transmitted. Is it true?
I tried this configuration:event manager applet CPU event snmp oid "1.3.6.1.4.1.9.9.109.1.1.1.1.8" get-type exact entry-op gt entry-val "60" entry-type value poll-interval 60 But when I activate 'debug event manager detector snmp', I see the followin...
Hello Peter,Your solution is good! My router isn't dhcp client itsef, but I can make it to be dhcp client on one of its interfaces artificially (to get correct DHCP options from its neighbor). And then I can use the command 'import all' with each DHC...