This YANG module provides a Netgate-defined data-model for FRR data.
Copyright 2017-2020 Rubicon Communications, LLC.
operates on netgate.frr.FrrControl
object (netgate.frr.frrcontrol.Input) |
{- "input": {
- "netgate-frr:operation": "start",
- "netgate-frr:frr-service": "string",
- "netgate-frr:option": "string"
}
}
{- "output": {
- "netgate-frr:stdout": "string"
}
}
operates on netgate.frr.FrrCoredump
object (netgate.frr.frrcoredump.Input) |
{- "input": {
- "netgate-frr:operation": "enable"
}
}
{- "output": {
- "netgate-frr:stdout": "string"
}
}
operates on netgate.frr.ZebraShow
object (netgate.frr.zebrashow.Input) |
{- "input": {
- "netgate-frr:request": "config"
}
}
{- "output": {
- "netgate-frr:stdout": "string"
}
}