Missing items from routing menu?

I’m wanting to access the IGMP and Multicast settings. There are several examples showing these as features under the routing package. I’m guessing but I can’t find them. I’m running an RB2011UiAS/level 5. can someone nudge me in the right direction?

[admin@MikroTik] /system package> print
Flags: X - disabled

NAME VERSION SCHEDULED

0 mpls 6.13
1 X ipv6 6.13
2 routing 6.13
3 wireless 6.13
4 ppp 6.13
5 routeros-mipsbe 6.13
6 hotspot 6.13
7 security 6.13
8 system 6.13
9 dhcp 6.13
10 advanced-tools 6.13

[admin@MikroTik] /routing>

.. – go up to root
bfd –
bgp –
export – Print or save an export script that can be used to restore configuration
filter –
mme –
ospf –
prefix-lists –
rip –

OK I did figure out that the packages are partials and that I needed to manually add the multicast packagee:

[admin@MikroTik] /system package> print
Flags: X - disabled

NAME VERSION SCHEDULED

0 mpls 6.13
1 X ipv6 6.13
2 lcd 6.13
3 routing 6.13
4 wireless 6.13
5 multicast 6.13
6 ppp 6.13
7 routeros-mipsbe 6.13
8 hotspot 6.13
9 security 6.13
10 system 6.13
11 dhcp 6.13
12 advanced-tools 6.13
[admin@MikroTik] /system package>

however I am still not seeing a multicast menu

[admin@MikroTik] /routing>

.. – go up to root
bfd –
bgp –
filter –
igmp-proxy –
mme –
ospf –
pim –
prefix-lists –
rip –
export – Print or save an export script that can be used to restore configuration

I missing something…? help

Does installing the multicast package give any help?

As mentioned, you will need to download the multicast package for your RouterOS version/type. It does not generally come standard and must be installed afterwards.

I can imagine, why not just try?

you already see it in /routing pim

Cheers
-Chris