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.
Hi buddies,
I've an issue with OSPF external routes and I cant understand why the routes cant be installed on the routing table.
The topology of the network is like below:
R1(10.1.1.2) -> (10.1.1.2)R2(10.1.2.2) -> (10.1.2.3)R3
So a OSPF routing proto...
Hi buddies,
When I want to make a raid 5 between hard disks of UCS c220 M4 all options are disabled like the attached pictures.
Do I need a activation key for that one?
Thanks in advance,
Hi buddies,
There is a error like below on the the Cisco Switch 6513 with IOS version of "s2t54 Software (s2t54-ADVENTERPRISEK9-M), Version 15.2(1)SY1, RELEASE SOFTWARE (fc5)". What is the problem and how can I solve this?
%EARL-SW1_DFC4-1-EXCESSIVE_...
Hi buddies,
Suppose on a router we have two different OSPF processes and each one on in a different VRF?
How can I redistribute routes between these two different VRFs?
Thanks
Hi buddies,
It's some days, there is below log in our Cisco 7606 router:
FM-4-TCAM_ENTRY: Hardware TCAM entry capacity exceeded
you can see output of show tcam count in below:
Used Free Percent Used Reserved ---- ---- ------------ -------- Labels:...
Hello,
R1 and R2 is connected to each other on area 0, then all the static routes redistributed in backbone area and on R1 I have them as external route type 2 "E2".
I can see these routes on the OSPF database with command "show ip ospf database e...
Thanks again,
There is no vrf, and for matched subnet mask you mean the format of matched access-list? Yes we use wildcard for matching the subnets
And about clear ip route, no I didn't use that, after making the interface between R2-R3 passive ever...
For redistributing a station route we did like below:
IP access-list standard 10
Permit 1.1.1.1 0.0.0.0
Route-map Redist permit
Match ip address 10
Router ospf 100
Redistribute static subnets route-map Redist
Actually it works and at R1 ospf databa...
Thanks Paul,
Right's with you, it's not needed to enable ospf on the R2 interface toward R3 and as I said before making this interface passive solved the problem.
When I did the command "show ip ospf database external x.x.x.x"at R1 I could see the r...
Hello, thanks for your reply
Yes, I want to redistribute static routes on to the OSPF, for that I used the command "redistribute static subnets route-map Redist" and any subnets that I want to redistribute on OSPF, just match them on the route-map. A...