Quick Start Guide
For Colo Customers (Direct Connection)
Best for customers connected via active/backup bond interfaces.- Identify your interface: Usually
bond0. - Subscribe: Run the join command on your server:
- Verify: Check your local interface for incoming traffic.
- Unsubscribe: Run the leave command:
For Cross-Connect Customers (BGP/PIM)
Best for customers using routing devices with BGP peering.- Configure PIM RP: Set the Rendezvous Point on your routing device:
- Enable PIM: Ensure
ip pim sparse-modeis active on all interfaces facing the Starbase Gateway. - Subscribe: Send an IGMPv3 membership report from your server:
- Verify: Check the PIM neighbor status and mroute table on your switch.
Configuration Reference
Verification Commands
To confirm the ASM tree is building correctly toward the RP:| Command | Purpose |
|---|---|
show ip pim neighbor | Check neighbors (ensure status is “sparse”) |
show ip pim rp | Check RP (should point to 195.138.37.160) |
show ip mroute | Check routing (verify outgoing interface is correct) |
show ip pim rp-hash 224.0.12.192 | Confirm RP mapping (should return 195.138.37.160) |
show ip mroute 224.0.12.192 | Check shared tree (*, G) entry pointing toward the RP |