|
| 1 | +{ |
| 2 | + "MIRROR_ERSPAN_ENTRY_WITH_VALID_VALUES": { |
| 3 | + "desc": "Configuring ERSPAN entry with valid values." |
| 4 | + }, |
| 5 | + "MIRROR_ERSPAN_ENTRY_WRONG_TYPE": { |
| 6 | + "desc": "Configurinng ERSPAN entry with invalid type", |
| 7 | + "eStrKey": "InvalidValue" |
| 8 | + }, |
| 9 | + "MIRROR_ERSPAN_ENTRY_WRONG_DST_IP": { |
| 10 | + "desc": "Configurinng ERSPAN entry with invalid dst_ip", |
| 11 | + "eStrKey" : "Pattern" |
| 12 | + }, |
| 13 | + "MIRROR_ERSPAN_ENTRY_WRONG_DST_IP_TYPE": { |
| 14 | + "desc": "Configurinng ERSPAN entry with invalid dst_ip", |
| 15 | + "eStrKey" : "When" |
| 16 | + }, |
| 17 | + "MIRROR_ERSPAN_ENTRY_WRONG_SRC_IP": { |
| 18 | + "desc": "Configurinng ERSPAN entry with invalid src_ip", |
| 19 | + "eStrKey" : "Pattern" |
| 20 | + }, |
| 21 | + "MIRROR_ERSPAN_ENTRY_WRONG_SRC_IP_TYPE": { |
| 22 | + "desc": "Configurinng ERSPAN entry with invalid src_ip", |
| 23 | + "eStrKey" : "When" |
| 24 | + }, |
| 25 | + "MIRROR_ERSPAN_ENTRY_WRONG_GRE_TYPE": { |
| 26 | + "desc": "Configurinng ERSPAN entry with invalid GRE type", |
| 27 | + "eStrKey" : "Pattern" |
| 28 | + }, |
| 29 | + "MIRROR_ERSPAN_ENTRY_GRE_WRONG_TYPE": { |
| 30 | + "desc": "Configurinng ERSPAN entry with invalid GRE type", |
| 31 | + "eStrKey" : "When" |
| 32 | + }, |
| 33 | + "MIRROR_ERSPAN_ENTRY_WRONG_DSCP": { |
| 34 | + "desc": "Configurinng ERSPAN entry with invalid dscp", |
| 35 | + "eStr" : "Invalid dscp value" |
| 36 | + }, |
| 37 | + "MIRROR_ERSPAN_ENTRY_WRONG_DSCP_TYPE": { |
| 38 | + "desc": "Configurinng ERSPAN entry with invalid dscp", |
| 39 | + "eStrKey" : "When" |
| 40 | + }, |
| 41 | + "MIRROR_ERSPAN_ENTRY_WRONG_TTL": { |
| 42 | + "desc": "Configurinng ERSPAN entry with invalid ttl", |
| 43 | + "eStr": "Invalid TTL value" |
| 44 | + }, |
| 45 | + "MIRROR_ERSPAN_ENTRY_WRONG_TTL_TYPE": { |
| 46 | + "desc": "Configurinng ERSPAN entry with invalid ttl", |
| 47 | + "eStrKey" : "When" |
| 48 | + }, |
| 49 | + "MIRROR_ERSPAN_ENTRY_VALID_SRC_PORT": { |
| 50 | + "desc": "Configurinng ERSPAN entry with valid source port" |
| 51 | + }, |
| 52 | + "MIRROR_ERSPAN_ENTRY_VALID_SRC_PORTCHANNEL": { |
| 53 | + "desc": "Configurinng ERSPAN entry with valid source portchannel" |
| 54 | + }, |
| 55 | + "MIRROR_ERSPAN_ENTRY_INVALID_SRC_PORT": { |
| 56 | + "desc": "Configurinng ERSPAN entry with invalid source port", |
| 57 | + "eStrKey" : "InvalidValue" |
| 58 | + }, |
| 59 | + "MIRROR_SPAN_ENTRY_WITH_VALID_VALUES": { |
| 60 | + "desc": "Configurinng SPAN entry with valid source and destination ports" |
| 61 | + }, |
| 62 | + "MIRROR_SPAN_ENTRY_INVALID_DST_PORT": { |
| 63 | + "desc": "Configurinng SPAN entry with invalid destination ports", |
| 64 | + "eStrKey" : "InvalidValue" |
| 65 | + }, |
| 66 | + "MIRROR_SPAN_ENTRY_INVALID_DST_PORT_TYPE": { |
| 67 | + "desc": "Configurinng SPAN entry with invalid destination ports", |
| 68 | + "eStrKey" : "When" |
| 69 | + }, |
| 70 | + "MIRROR_SPAN_ENTRY_VALID_DST_PORT_CPU": { |
| 71 | + "desc": "Configurinng SPAN entry with valid destination port CPU" |
| 72 | + }, |
| 73 | + "MIRROR_SPAN_ENTRY_INVALID_SRC_PORT": { |
| 74 | + "desc": "Configurinng SPAN entry with invalid destination ports", |
| 75 | + "eStrKey" : "InvalidValue" |
| 76 | + }, |
| 77 | + "MIRROR_SPAN_ENTRY_INVALID_DIRECTION": { |
| 78 | + "desc": "Configurinng SPAN entry with invalid direction", |
| 79 | + "eStrKey": "InvalidValue" |
| 80 | + } |
| 81 | +} |
0 commit comments