Inter Domain Multicast
MSDP (Multicast Source Discovery Protocol)
R(config)# ip msdp peer PEER-IP [connect-source INTERFACE] [remomte-as AS-NUMBER]
! configure the MSDP peer and the source interfaceR(config)# ip msdp password peer PEER-IP PASSWORD
! form md5 authentication
R(config)# ip msdp sa-limit PEER-IP LIMIT
! Limit the number of SA messages that it can receive. Prevents DoS
R(config)# ip msdp keepalive PEER-IP KEEPALIVE HOLD-TIME
! Default: KEEPALIVE 60 , HOLD-TIME: 75
R(config)# ip msdp sa-filter {in|out} PEER-IP [list ACL|route-map ROUTE-MAP]
! Restrics the information that is advertised (out) to or is accepted (in) from other peers
! deny entries in the ACL/ROUTE-MAP will be filteredAnycast RP
MP-BGP for multicast
Last updated