# Copyright 2018-present Open Networking Foundation # SPDX-License-Identifier: Apache-2.0 description: "Chassis configuration for a single Stratum bmv2 switch with 3 ports" chassis { platform: PLT_P4_SOFT_SWITCH name: "bmv2-switch" } nodes { id: 1 slot: 1 index: 1 } singleton_ports { id: 1 name: "ens4" slot: 1 port: 1 channel: 1 speed_bps: 100000000000 config_params { admin_state: ADMIN_STATE_ENABLED } node: 1 } singleton_ports { id: 2 name: "ens5" slot: 1 port: 2 channel: 1 speed_bps: 100000000000 config_params { admin_state: ADMIN_STATE_ENABLED } node: 1 } singleton_ports { id: 3 name: "veth-int-sw" slot: 1 port: 3 channel: 1 speed_bps: 100000000000 config_params { admin_state: ADMIN_STATE_ENABLED } node: 1 }