HP StorageWorks 1606 Brocade Converged Enhanced Ethernet Command Reference v6. - Page 137

resequence access-list mac, Synopsis, Operands, Defaults, Command, Modes, Description, Usage

Page 137 highlights

resequence access-list mac 8 resequence access-list mac Specifies the renumbering of the rules in a MAC ACL. Synopsis resequence access-list mac {name | seq_num | increment} Operands name seq_num increment Specifies the name of a standard or an extended MAC ACL. Specifies the starting sequence number in the MAC ACL. The range of valid values is 1-65535. Specifies a value to increment the sequence number between rules. The range of valid values is 1-65535. Defaults There are no default configurations for this command. Command Privileged EXEC mode Modes Description Use this command to reassign sequence numbers to entries of an existing MAC access-list. Usage Guidelines Reordering the sequence numbers is useful when you need to insert rules into an existing MAC ACL and there are not enough sequence numbers available. When all sequence numbers between rules are exhausted, this feature allows the reassigning of new sequence numbers to entries of an existing access list. Example To reorder the rules in a MAC ACL: switch#show running-config access-list mac test ! mac access-list standard test seq 1 permit 0011.2222.3333 seq 2 permit 0011.2222.4444 seq 3 permit 0011.2222.5555 seq 4 deny 0011.2222.6666 ! switch#resequence access-list mac test 10 10 switch#show running-config access-list mac test ! mac access-list standard test seq 10 permit 0011.2222.3333 seq 20 permit 0011.2222.4444 seq 30 permit 0011.2222.5555 seq 40 deny 0011.2222.6666 ! See Also mac-access-list extended, seq Converged Enhanced Ethernet Command Reference 119 53-1001347-01

  • 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
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234

Converged Enhanced Ethernet Command Reference
119
53-1001347-01
resequence access-list mac
8
resequence access-list mac
Specifies the renumbering of the rules in a MAC ACL.
Synopsis
resequence access-list mac
{
name | seq_num | increment
}
Operands
name
Specifies the name of a standard or an extended MAC ACL.
seq_num
Specifies the starting sequence number in the MAC ACL. The range of valid
values is 1-65535.
increment
Specifies a value to increment the sequence number between rules. The
range of valid values is 1-65535.
Defaults
There are no default configurations for this command.
Command
Modes
Privileged EXEC mode
Description
Use this command to reassign sequence numbers to entries of an existing MAC access-list.
Usage
Guidelines
Reordering the sequence numbers is useful when you need to insert rules into an existing MAC ACL
and there are not enough sequence numbers available. When all sequence numbers between
rules are exhausted, this feature allows the reassigning of new sequence numbers to entries of an
existing access list.
Example
To reorder the rules in a MAC ACL:
switch#
show running-config access-list mac test
!
mac access-list standard test
seq 1 permit 0011.2222.3333
seq 2 permit 0011.2222.4444
seq 3 permit 0011.2222.5555
seq 4 deny 0011.2222.6666
!
switch#resequence access-list mac test 10 10
switch#
show running-config access-list mac test
!
mac access-list standard test
seq 10 permit 0011.2222.3333
seq 20 permit 0011.2222.4444
seq 30 permit 0011.2222.5555
seq 40 deny 0011.2222.6666
!
See Also
mac-access-list extended
,
seq