{
    "content": [
        {
            "type": "text",
            "text": "# ip-maddress(8) (man)\n\n## TLDR\n\n> Manage multicast addresses.\n\n- List multicast addresses and how many programs are subscribed to them:\n  `ip {{m|maddress}}`\n- List device specific addresses:\n  `ip {{m|maddress}} {{s|show}} dev {{ethX}}`\n- Join a multicast group statically:\n  `sudo ip {{m|maddress}} {{a|add}} {{33:33:00:00:00:02}} dev {{ethX}}`\n- Leave a static multicast group:\n  `sudo ip {{m|maddress}} {{d|delete}} {{33:33:00:00:00:02}} dev {{ethX}}`\n- Display help:\n  `ip {{m|maddress}} {{h|help}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** ip-maddress - multicast addresses management\n\n**Synopsis:** ip [ OPTIONS ] maddress  { COMMAND | help }\nip maddress [ add | del ] MULTIADDR dev NAME\nip maddress show [ dev NAME ]\n\n## See Also\n\n- ip(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (8 lines)\n- **DESCRIPTION** (3 lines) — 3 subsections\n  - ip maddress show - list multicast addresses (4 lines)\n  - ip maddress add - add a multicast address (1 lines)\n  - ip maddress delete - delete a multicast address (13 lines)\n- **SEE ALSO** (3 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nip-maddress - multicast addresses management\n\n### SYNOPSIS\n\nip [ OPTIONS ] maddress  { COMMAND | help }\n\n\nip maddress [ add | del ] MULTIADDR dev NAME\n\nip maddress show [ dev NAME ]\n\n### DESCRIPTION\n\nmaddress objects are multicast addresses.\n\n#### ip maddress show - list multicast addresses\n\ndev NAME (default)\nthe device name.\n\n#### ip maddress add - add a multicast address\n\n#### ip maddress delete - delete a multicast address\n\nThese commands attach/detach a static link-layer multicast address to listen on the\ninterface.  Note that it is impossible to join protocol multicast groups statically.\nThis command only manages link-layer addresses.\n\n\naddress LLADDRESS (default)\nthe link-layer multicast address.\n\n\ndev NAME\nthe device to join/leave this multicast address.\n\n### SEE ALSO\n\nip(8)\n\n### AUTHOR\n\nOriginal Manpage by Michail Litvak <mci@owl.openwall.com>\n\n\n\niproute2                                     20 Dec 2011                              IP-MADDRESS(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ip-maddress",
        "section": "8",
        "mode": "man",
        "summary": "ip-maddress - multicast addresses management",
        "synopsis": "ip [ OPTIONS ] maddress  { COMMAND | help }\nip maddress [ add | del ] MULTIADDR dev NAME\nip maddress show [ dev NAME ]",
        "tldr_summary": "Manage multicast addresses.",
        "tldr_examples": [
            {
                "description": "List multicast addresses and how many programs are subscribed to them",
                "command": "ip {{m|maddress}}"
            },
            {
                "description": "List device specific addresses",
                "command": "ip {{m|maddress}} {{s|show}} dev {{ethX}}"
            },
            {
                "description": "Join a multicast group statically",
                "command": "sudo ip {{m|maddress}} {{a|add}} {{33:33:00:00:00:02}} dev {{ethX}}"
            },
            {
                "description": "Leave a static multicast group",
                "command": "sudo ip {{m|maddress}} {{d|delete}} {{33:33:00:00:00:02}} dev {{ethX}}"
            },
            {
                "description": "Display help",
                "command": "ip {{m|maddress}} {{h|help}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ip",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ip/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": [
                    {
                        "name": "ip maddress show - list multicast addresses",
                        "lines": 4
                    },
                    {
                        "name": "ip maddress add - add a multicast address",
                        "lines": 1
                    },
                    {
                        "name": "ip maddress delete - delete a multicast address",
                        "lines": 13
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}