cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
896
Views
0
Helpful
2
Replies

C1111-4P Multicast Routing Syntax

sv_cbe
Level 1
Level 1

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

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

 

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