Routing

SCPI Commands

SENSe:DATA:CONTrol:IPVSix:MANual:ROUTing:CATalog
class Routing[source]

Routing commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class CatalogStruct[source]

Structure for reading output parameters. Fields:

  • Prefixes: List[str]: String specifying an IPv6 prefix

  • Routers: List[str]: IPv6 address of assigned router as string

get_catalog()CatalogStruct[source]
# SCPI: SENSe:DATA:CONTrol:IPVSix:MANual:ROUTing:CATalog
value: CatalogStruct = driver.sense.data.control.ipvSix.manual.routing.get_catalog()

Queries the pool of manual routes for IPv6. The two values listed below are returned for each route: {<Prefixes>, <Routers>}entry 0, {<Prefixes>, <Routers>}entry 1, …

return

structure: for return value, see the help for CatalogStruct structure arguments.