Hi Team,
I need to push the line in cisco switch if vlan id =25 or vlan id = 100-119. what module should I use?
I parsed show interfaces status and got below structured output. please help.
“Gi1/0/12”: {
“data”: {
“duplex”: “auto”,
“interface”: “Gi1/0/12”,
“name”: “test interface”,
“speed”: “auto”,
“status”: “notconnect”,
“type”: " 10/100/1000BaseTX",
“vlan”: “25”
thanks