09-08-2021 08:13 AM
Hi All,
I am trying to enter the following commands in C1111-4P routers and getting an error
ip multicast-routing
ip inspect name sdm_ins_in_100 icmp
ip inspect name sdm_ins_in_100 netbios-ssn
ip inspect name sdm_ins_in_100 netbios-dgm
ip inspect name sdm_ins_in_100 tcp
I took this from a working Cisco 881 Router can anyone say what am i missing on this
Thanks
VJ
09-08-2021 08:18 AM
Hello @sv_cbe ,
the ip inspect commands are part of security features that may be missing or that need to be enabled.
Likely Zone Based Firewall
you need
ip multicast routing
+
ip pim sparse-dense mode under interfaces that should process multicast traffic
+
ip pim rp <address>
Ip address of the RP in small networks an RP can serve all groups.
Hope to help
Giuseppe
09-08-2021 08:45 AM
Thank You Giuseppe for your reply.
Unfortunately i am unable to understand your solution.
I am an Instrumentation guy trying to configure this router (C1111-4P), my requirement is to transmit some process values (Such as Pressure, Temperature, some digital points) configured as OPC points to an external system.
I have written some rules under ACL for allowing/denying.
This "PIM", Ip address of the RP in small networks an RP can serve all groups. I can't get this
VJ
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