HP 6125XLG R2306-HP 6125XLG Blade Switch IP Multicast Command Reference - Page 63

crp-policy (PIM view

Page 63 highlights

priority priority: Specifies a priority for the C-RP, in the range of 0 to 255. The default setting is 192. A larger value indicates a lower priority. Usage guidelines The IP address of a C-RP must be the IP address of a local PIM enabled interface on the C-RP. Otherwise, the configuration does not take effect. In an ACL, the source field specifies the multicast group range to which the C-RP is designated, and the other fields are ignored. If the specified addresses are not multicast addresses, the ACL is not valid. Only groups that match a permit statement in the ACL are advertised. If you want a C-RP to provide serviced for multiple multicast group ranges, you can specify them by multiple permit statements in an ACL and reference the ACL in the group-policy keyword. If you execute this command using the same C-RP IP address multiple times, the most recent configuration takes effect. Examples # Configure the interface with the IP address of 1.1.1.1 as the C-RP for multicast group ranges 225.1.0.0/16 and 226.2.0.0/16, and set its priority to 10. system-view [Sysname] acl number 2000 [Sysname-acl-basic-2000] rule permit source 225.1.0.0 0.0.255.255 [Sysname-acl-basic-2000] rule permit source 226.2.0.0 0.0.255.255 [Sysname-acl-basic-2000] quit [Sysname] pim [Sysname-pim] c-rp 1.1.1.1 group-policy 2000 priority 10 crp-policy (PIM view) Use crp-policy to configure the legal C-RP address range and the multicast group range to which the C-RP is designated. Use undo crp-policy to remove the configuration. Syntax crp-policy acl-number undo crp-policy Default No restrictions are defined for the legal C-RP address range and the multicast group range to which the C-RP is designated, and all received C-RP messages are regarded legal. Views PIM view Predefined user roles network-admin Parameters acl-number: Specifies an IPv4 advanced ACL, in the range of 3000 to 3999. 57

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197

57
priority
priority
: Specifies a priority for the C-RP, in the range of 0 to 255. The default setting is 192. A
larger value indicates a lower priority.
Usage guidelines
The IP address of a C-RP must be the IP address of a local PIM enabled interface on the C-RP. Otherwise,
the configuration does not take effect.
In an ACL, the source field specifies the multicast group range to which the C-RP is designated, and the
other fields are ignored. If the specified addresses are not multicast addresses, the ACL is not valid. Only
groups that match a
permit
statement in the ACL are advertised.
If you want a C-RP to provide serviced for multiple multicast group ranges, you can specify them by
multiple
permit
statements in an ACL and reference the ACL in the
group-policy
keyword.
If you execute this command using the same C-RP IP address multiple times, the most recent configuration
takes effect.
Examples
# Configure the interface with the IP address of 1.1.1.1 as the C-RP for multicast group ranges
225.1.0.0/16 and 226.2.0.0/16, and set its priority to 10.
<Sysname> system-view
[Sysname] acl number 2000
[Sysname-acl-basic-2000] rule permit source 225.1.0.0 0.0.255.255
[Sysname-acl-basic-2000] rule permit source 226.2.0.0 0.0.255.255
[Sysname-acl-basic-2000] quit
[Sysname] pim
[Sysname-pim] c-rp 1.1.1.1 group-policy 2000 priority 10
crp-policy (PIM view)
Use
crp-policy
to configure the legal C-RP address range and the multicast group range to which the C-RP
is designated.
Use
undo crp-policy
to remove the configuration.
Syntax
crp-policy
acl-number
undo
crp-policy
Default
No restrictions are defined for the legal C-RP address range and the multicast group range to which the
C-RP is designated, and all received C-RP messages are regarded legal.
Views
PIM view
Predefined user roles
network-admin
Parameters
acl-number
: Specifies an IPv4 advanced ACL, in the range of 3000 to 3999.