华为组播pm-sm静态rp指定方式

在这里插入图片描述

R1:

dis current-configuration
[V200R003C00]

sysname r1

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load flash:/portalpage.zip

drop illegal-mac alarm

multicast routing-enable

wlan ac-global carrier id other ac id 0

set cpu-usage threshold 80 restore 75

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 10.10.10.254 255.255.255.0
pim sm

interface GigabitEthernet0/0/1
ip address 10.0.12.1 255.255.255.0
pim sm

interface GigabitEthernet0/0/2

interface NULL0

interface LoopBack0
ip address 1.1.1.1 255.255.255.255

ospf 1
area 0.0.0.0
network 0.0.0.0 255.255.255.255

pim
static-rp 3.3.3.3

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return

R2:

dis current-configuration
[V200R003C00]

sysname r2

board add 0/4 1GEC

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load flash:/portalpage.zip

drop illegal-mac alarm

multicast routing-enable

wlan ac-global carrier id other ac id 0

set cpu-usage threshold 80 restore 75

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 10.0.12.2 255.255.255.0
pim sm

interface GigabitEthernet0/0/1
ip address 10.0.23.2 255.255.255.0
pim sm

interface GigabitEthernet0/0/2
ip address 10.0.25.2 255.255.255.0
pim sm

interface GigabitEthernet4/0/0
ip address 10.0.26.2 255.255.255.0

interface NULL0

interface LoopBack0
ip address 2.2.2.2 255.255.255.255

ospf 1
area 0.0.0.0
network 0.0.0.0 255.255.255.255

pim
static-rp 3.3.3.3

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return

R3

dis current-configuration
[V200R003C00]

sysname r3

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load flash:/portalpage.zip

drop illegal-mac alarm

multicast routing-enable

wlan ac-global carrier id other ac id 0

set cpu-usage threshold 80 restore 75

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 10.0.23.3 255.255.255.0
pim sm

interface GigabitEthernet0/0/1
ip address 10.0.35.3 255.255.255.0
pim sm

interface GigabitEthernet0/0/2
ip address 10.0.34.3 255.255.255.0

interface NULL0

interface LoopBack0
ip address 3.3.3.3 255.255.255.255

ospf 1
area 0.0.0.0
network 0.0.0.0 255.255.255.255

pim
static-rp 3.3.3.3

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return

R5

dis current-configuration
[V200R003C00]

sysname r5

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load flash:/portalpage.zip

drop illegal-mac alarm

multicast routing-enable

wlan ac-global carrier id other ac id 0

set cpu-usage threshold 80 restore 75

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 10.0.35.5 255.255.255.0
pim sm

interface GigabitEthernet0/0/1
ip address 192.168.1.254 255.255.255.0
pim sm //其实这个可以不用,为了方便运维都是要打上这条
igmp enable

interface GigabitEthernet0/0/2
ip address 10.0.25.5 255.255.255.0

interface NULL0

interface LoopBack0
ip address 5.5.5.5 255.255.255.255

ospf 1
area 0.0.0.0
network 0.0.0.0 255.255.255.255

pim
static-rp 3.3.3.3

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

在这里插入图片描述
组播源:
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/ydaxia110/article/details/131218213