Examples of operations in the MD-CLI

All operations in the MD-CLI execute in synchronous response mode.

The following example shows an operation with no specific result data to return.

[/]
A:admin@bkvm30# admin clear security password-history all

[/]
A:admin@bkvm30#

The following example shows an operation that returns result data.

[/]
A:admin@bkvm30# file version cf3://image/both.tim
TiMOS-C-21.5.R1 for x86_64
Wed May 19 15:02:26 PDT 2021 by builder in /builds/c/215B/R1/panos/main/sros

[/]
A:admin@bkvm30#

The following example shows another operation that returns result data.

[/]
A:admin@bkvm30# oam eth-cfm loopback aa:bb:cc:dd:ee:22 md-admin-name MyDomain 
ma-admin-name MyAssociation mep-id 1 size 0 send-count 5 interval 10 timeout 5

Eth-Cfm Loopback Test Initiated: Mac-Address: aa:bb:cc:dd:ee:22, out sap: 2/2/1:20

38 bytes; lb_seq=1 passed
38 bytes; lb_seq=2 passed
38 bytes; lb_seq=3 passed
38 bytes; lb_seq=4 passed
38 bytes; lb_seq=5 passed

Sent 5 packets, received 5 packets [0 out-of-order, 0 Bad Msdu]
Packet loss 0.00%

[/]