Configuring Service Assurance Agent Quick Steps for Configuring SAA
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 38-3
Quick Steps for Configuring SAA
The following steps provide a quick tutorial on how to configure SAA. Each step describes a specific
operation and provides the CLI command syntax for performing that operation.
Creating SAA:
1 Create the base SAAs using the saa command. For example:
-> saa saa1 description "saa for ip-ping" interval 120 rtt-threshold 20000
-> saa saa2 description “saa for mac-ping” interval 500 jitter-threshold 10000
-> saa saa3 description "saa for eth-lb" interval 160
-> saa saa4 description "saa for eth-dmm" interval 300
2 Configure SAA “saa1” for IP ping using the saa type ip-ping command. For example:
-> saa saa1 type ip-ping destination-ip 123.22.45.66 source-ip 123.35.42.125
type-of-service 5 inter-pkt-delay 1500 num-pkts 8 payload-size 1000
3 Configure SAA “saa2” for MAC ping using the saa type mac-ping command. For example:
-> saa saa2 type mac-ping destination-macaddress 00:11:11:11:11:11 vlan 10 vlan-
priority 3
4 Configure SAA saa3 for Ethoam loopback using the saa type ethoam-loopback command. For
example:
-> saa saa3 type ethoam-loopback target-endpoint 10 source endpoint 2 domain md1
association ma1 vlan-priority 5 drop-eligible true inter-pkt-delay 500
5 Configure SAA “saa4” for ETH-DMM using saa type ethoam-two-way-delay command. For
example:
-> saa saa4 type ethoam-two-way-delay target-endpoint 5 source endpoint 1 domain
md2 association ma2 vlan-priority 4 inter-pkt-delay 1000
6 Start the SAA using the saa start command.
-> saa saa1 start
-> saa saa2 start at 2009-10-13,09:00:00.0
7 Stop the SAA using the saa stop command.
-> saa saa1 stop
-> saa saa2 stop at 2009-10-13,10:00:00.0