Add

SCPI Commands

CONFigure:DATA:CONTrol:IPVSix:MANual:ROUTing:ADD
class Add[source]

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

set(prefix: str, router: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:IPVSix:MANual:ROUTing:ADD
driver.configure.data.control.ipvSix.manual.routing.add.set(prefix = '1', router = '1')

Adds a route to the pool of manual routes for IPv6. If the destination address of a packet matches the <Prefix>, it is routed to the <Router>.

param prefix

String, e.g. ‘fcb1:abab:cdcd:efe0::/64’, 64-bit prefixes and shorter prefixes allowed

param router

Router address as string, e.g. ‘fcb1:abcd:17c5:efe0::1’