INPUT_OBJECT

DeviceTopologyConfigInput

link GraphQL Schema definition

  • input DeviceTopologyConfigInput {
  • # Set/Clear the SPBM AutoSense Camera Service ID For This Device
  • autoSenseCameraServiceId: Int
  • # Set the Manual Area Used by Fabric Connect
  • manualArea: String
  • # Set/Clear the SPBM AutoSense Fabric Attach Proxy Switch (No Auth) Service ID For
  • # This Device
  • autoSenseProxySwitchNoAuthServiceId: Int
  • # Set the IPv6 Source Address for ISIS Messages
  • isisIpV6SourceAddress: String
  • # Set the IPv4 Source Address For ISIS Messages
  • isisIpSourceAddress: String
  • # Set the Secondary Backbone VLAN Used by Fabric Connect / SPB
  • secondaryBvlan: Int
  • # Set the System ID Used by Fabric Connect
  • systemId: String
  • # Set/Clear the SPBM AutoSense Virtual Switch Service ID For This Device
  • autoSenseVirtualSwitchServiceId: Int
  • # Enable/Disable the SPBM AutoSense Voice Authentication For This Device
  • autoSenseLldpVoiceAuth: Boolean
  • # Set/Clear the SPBM AutoSense Fabric Attach Camera Authentication For This Device
  • autoSenseFabricAttachCameraAuth: AutoSenseAuthStatusEnumInput
  • # Set/Clear the SPBM AutoSense Data Service ID For This Device
  • autoSenseDataServiceId: Int
  • # Enable/Disable SPBM nickname server For This Device
  • nickNameServerEnable: Boolean
  • # Set/Clear the SPBM AutoSense AP Service ID For This Device
  • autoSenseApServiceId: Int
  • # Enable/Disable RSMLT Edge Support For This Device
  • rsmltEdgeSupport: Boolean
  • # Set/Clear the SPBM AutoSense Fabric Attach Proxy Switch Service ID For This
  • # Device
  • autoSenseProxySwitchServiceId: Int
  • # Set the System Name Used by Fabric Connect
  • systemName: String
  • # Set/Clear the SPBM AutoSense Voice C-VID For This Device
  • autoSenseVoiceCvid: Int
  • # Enable/Disable Multicast For This Device
  • multicast: Boolean
  • # Set/Clear the SPBM AutoSense Fabric Attach AP Authentication For This Device
  • autoSenseFabricAttachApAuth: AutoSenseAuthStatusEnumInput
  • # Set the Primary Backbone VLAN Used by Fabric Connect / SPB
  • primaryBvlan: Int
  • # Set the Nick Name Used by Fabric Connect
  • nickName: String
  • # Enable/Disable Fabric Attach For This Device
  • fabricAttach: Boolean
  • # Enable/Disable IPv6 Shortcuts For This Device
  • ipv6Shortcuts: Boolean
  • # Set/Clear the SPBM nickname one-byte prefix For This Device
  • nickNameServerPrefix: String
  • # Set/Clear the SPBM AutoSense Fabric Attach Proxy Switch C-VID For This Device
  • autoSenseProxySwitchCvid: Int
  • # Set/Clear the SPBM AutoSense ISIS Authentication For This Device
  • autoSenseIsisAuth: AutoSenseAuthStatusEnumInput
  • # Set/Clear the SPBM AutoSense Voice Service ID For This Device
  • autoSenseVoiceServiceId: Int
  • # Enable/Disable IPv4 Shortcuts For This Device
  • ipShortcuts: Boolean
  • # Set the Topology Configuration for this Device
  • topologyConfig: TopologyConfigEnumInput
  • }