|
73 | 73 | | **cfm-level** | | Set EOAM CFM maintenance domain level. | |
74 | 74 | | | | Default: 0 Range: 0 - 7 | |
75 | 75 | +-----------------------------------+----------------------------------------------------------------------+ |
| 76 | +| **cfm-interval** | | Set EOAM CFM CCM interval (IEEE 802.1Q encoding). | |
| 77 | +| | | Values: `3.33ms`, `10ms`, `100ms`, `1s`, `10s`, `1min`, `10min` | |
| 78 | +| | | Default: `1s` | |
| 79 | ++-----------------------------------+----------------------------------------------------------------------+ |
| 80 | +| **cfm-md-name** | | Set EOAM CFM maintenance domain name (string). | |
| 81 | ++-----------------------------------+----------------------------------------------------------------------+ |
| 82 | +| **cfm-md-name-format** | | Set EOAM CFM MD name format. | |
| 83 | +| | | Default: ``NONE`` | |
| 84 | +| | | Values: | |
| 85 | +| | | ``NONE`` (1) NONE | |
| 86 | +| | | ``DNS`` (2) STRING | |
| 87 | +| | | ``MAC_INT`` (3) ``aa:bb:cc:dd:ee:ff/123`` | |
| 88 | +| | | ``STRING`` (4) STRING | |
| 89 | ++-----------------------------------+----------------------------------------------------------------------+ |
76 | 90 | | **cfm-ma-id** | | Set EOAM CFM maintenance association identifier. | |
77 | 91 | | | | Default: 0 Range: 0 - 65535 | |
78 | 92 | +-----------------------------------+----------------------------------------------------------------------+ |
79 | 93 | | **cfm-ma-name** | | Set EOAM CFM maintenance association short name (string). | |
80 | 94 | +-----------------------------------+----------------------------------------------------------------------+ |
| 95 | +| **cfm-ma-name-format** | | Set EOAM CFM MA name format. | |
| 96 | +| | | Default: ``STRING`` | |
| 97 | +| | | Values: | |
| 98 | +| | | ``VLAN`` (1) VLAN | |
| 99 | +| | | ``STRING`` (2) STRING | |
| 100 | +| | | ``UINT16`` (3) Number | |
| 101 | +| | | ``VPN_ID`` (4) 14 hex digits (7 bytes) | |
| 102 | +| | | ``ICC`` (32) 13 ASCII chars | |
| 103 | ++-----------------------------------+----------------------------------------------------------------------+ |
81 | 104 | | **cfm-seq** | | Enable EOAM CFM CC sequence numbers. | |
82 | 105 | | | | Default: true | |
83 | 106 | +-----------------------------------+----------------------------------------------------------------------+ |
| 107 | +| **cfm-vlan-priority** | | Set EOAM CFM CC VLAN priority (PCP). | |
| 108 | +| | | Default: 0 Range: 0 - 7 | |
| 109 | ++-----------------------------------+----------------------------------------------------------------------+ |
84 | 110 | | **username** | | Overwrite the username from the authentication section. | |
85 | 111 | +-----------------------------------+----------------------------------------------------------------------+ |
86 | 112 | | **password** | | Overwrite the password from the authentication section. | |
|
159 | 185 | | **tun** | | Create a dedicated TUN interface for each session. Use this option | |
160 | 186 | | | | with caution since it can significantly impact scalability. | |
161 | 187 | | | | Default: false | |
162 | | -+-----------------------------------+----------------------------------------------------------------------+ |
| 188 | ++-----------------------------------+----------------------------------------------------------------------+ |
0 commit comments