xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
115
Command
Parameters
cfm linktrace
<macaddr> [mepname <string 32> | mepid <int 1-8191> md [<string 22> |
md_index <uint 1-4294967295>] ma [<string 22> | ma_index <uint 1-
4294967295>]] {ttl <int 2-255> | pdu_priority <int 0-7>}
show cfm linktrace
[mepname <string 32> | mepid <int 1-8191> md [<string 22> | md_index <uint 1-
4294967295>] ma [<string 22> | ma_index <uint 1-4294967295>]] {trans_id
<uint>}
delete cfm linktrace
{[md [<string 22> | md_index <uint 1-4294967295>] {ma [<string 22> | ma_index
<uint 1-4294967295>] {mepid <int 1-8191>}} | mepname <string 32>]}
show cfm mipccm
config cfm mp_ltr_all
[enable | disable]
show cfm mp_ltr_all
show cfm remote_mep
[mepname <string 32> | md [<string 22> | md_index <uint 1-4294967295>] ma
[<string 22> | ma_index <uint 1-4294967295>] mepid <int 1-8191>]
remote_mepid <int 1-8191>
show cfm pkt_cnt
{[ports <portlist> {[rx | tx]} | [rx | tx] | ccm]}
clear cfm pkt_cnt
{[ports <portlist> {[rx | tx]} | [rx | tx] | ccm]}
config cfm ais md
[<string 22> | md_index <uint 1-4294967295>] ma [<string 22> | ma_index <uint
1-4294967295>] mepid <int 1-8191> {period [1sec | 1min] | level <int 0-7> | state
[enable | disable]}
config cfm lock md
[<string 22> | md_index <uint 1-4294967295>] ma [<string 22> | ma_index <uint
1-4294967295>] mepid <int 1-8191> {period [1sec | 1min] | level <int 0-7> | state
[enable | disable]}
Each command is listed, in detail, in the following sections.
create cfm md
Purpose
Used to create a maintenance domain.
Syntax
create cfm md <string 22> {md_index <uint 1-4294967295>} level <int 0-7>
Description
When creating CFM maintenance domains, the name of each domain created should be
unique within the network.
If there is no input for the MD index, the system will automatically assign a valid index for the
created maintenance domain.
Parameters
md <string 22>
- Specify the maintenance domain name.
md_index <uint 1-4294967295>
- Specify the maintenance domain index.
level <int 0-7>
- Specify the maintenance domain level.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create a maintenance domain called “op_domain”, and assign its index as “1” and its level as “2”:
DGS-3450:admin#create cfm md op_domain md_index 1 level 2
Command: create cfm md op_domain md_index 1 level 2
Success.
DGS-3450:admin#