08-15-2007 07:45 AM - edited 03-05-2019 05:54 PM
How do I remove the statement "no ip mroute-cache" from my vlan config
!
interface Vlan315
description AGS
ip address 10.10.20.1 255.255.252.0
ip helper-address 10.4.48.1
ip helper-address 10.4.55.5
no ip mroute-cache
!
I had Multicast routing on with the statement "ip pim dense-mode" under the vlan. I removed the multicast routing then removed the statement "ip pim dense-mode" under the vlan and then it auto added the statement "no ip mroute-cache"
Solved! Go to Solution.
08-15-2007 07:51 AM
Enter
"ip mroute-cache"
Default commands will not be visible in the config and by default ip mroute-cache is enabled on SVIs.
08-15-2007 07:51 AM
Enter
"ip mroute-cache"
Default commands will not be visible in the config and by default ip mroute-cache is enabled on SVIs.
08-15-2007 08:15 AM
It's telling me its an Incomplete command
CO-1-MDF(config)#int vlan 315
CO-1-MDF(config-if)#ip mroute-cache
% Incomplete command.
08-15-2007 08:20 AM
I found it its "ip mroute-cache distributed"
Thank you...
08-15-2007 09:01 AM
You need the distributed option because multicast fast-switching is done in hardware instead of software on that particular switch.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide