INPUT_OBJECT

DeviceTopologyConfigInput

link GraphQL Schema definition

  • input DeviceTopologyConfigInput {
  • # Set the Secondary Backbone VLAN Used by Fabric Connect / SPB
  • secondaryBvlan: Int
  • # Set the System ID Used by Fabric Connect
  • systemId: String
  • # Enable/Disable Fabric Attach For This Device
  • fabricAttach: Boolean
  • # Enable/Disable IPv4 Shortcuts For This Device
  • ipShortcuts: Boolean
  • # Set/Clear the SPBM nickname one-byte prefix For This Device
  • nickNameServerPrefix: String
  • # Set the IPv6 Source Address for ISIS Messages
  • isisIpV6SourceAddress: String
  • # Set the Nick Name Used by Fabric Connect
  • nickName: String
  • # Set the System Name Used by Fabric Connect
  • systemName: String
  • # Set the IPv4 Source Address For ISIS Messages
  • isisIpSourceAddress: String
  • # Set the Manual Area Used by Fabric Connect
  • manualArea: String
  • # Enable/Disable RSMLT Edge Support For This Device
  • rsmltEdgeSupport: Boolean
  • # Enable/Disable IPv6 Shortcuts For This Device
  • ipv6Shortcuts: Boolean
  • # Enable/Disable SPBM nickname server For This Device
  • nickNameServerEnable: Boolean
  • # Enable/Disable Multicast For This Device
  • multicast: Boolean
  • # Set the Topology Configuration for this Device
  • topologyConfig: TopologyConfigEnumInput
  • # Set the Primary Backbone VLAN Used by Fabric Connect / SPB
  • primaryBvlan: Int
  • }