Skip to content

Dell SmartFabric OS10

Aliases: os10, dell-os10, dellos10, smartfabric · Filenames: *.os10

OS10 writes interface ethernet1/1/1 in its running configuration but accepts interface ethernet 1/1/1 interactively, and both spellings are highlighted as interface names. Ranges work too, which matters for discovery-interface ethernet1/1/29-1/1/30 and interface range, including the comma separated lists and the Po abbreviation that OS10 expands for you: interface range Po 1-19,31-32.

VLT (vlt-domain, vlt-port-channel, vlt-mac), virtual-network and interface breakout are the OS10-specific vocabulary, and the first two drive analyse_text.

! Version 10.5.4.0
! Last configuration change at Sep 17 08:12:03 2026
!
hostname leaf1
!
interface breakout 1/1/25 map 4x25g
!
vlt-domain 1
 backup destination 172.16.0.12
 discovery-interface ethernet1/1/29-1/1/30
 peer-routing
 vlt-mac 00:11:22:33:44:55
!
interface vlan100
 description tenant-a
 no shutdown
 ip address 10.100.0.1/24
 ip virtual-router address 10.100.0.254
!
interface ethernet1/1/1
 description spine1:ethernet1/1/1
 no switchport
 mtu 9216
 ip address 10.1.1.1/31
 no shutdown
!
interface ethernet1/1/48
 description server1:eth0
 switchport access vlan 100
 no shutdown
!
interface port-channel10
 description server2-lag
 switchport mode trunk
 switchport trunk allowed vlan 100,200
 vlt-port-channel 10
 no shutdown
!
interface loopback0
 ip address 10.0.0.1/32
 no shutdown
!
interface mgmt1/1/1
 ip address 172.16.0.11/24
 no shutdown
!
nve
 source-interface loopback0
 host-reachability protocol bgp evpn
!
virtual-network 100
 vxlan-vni 10100
 member-interface ethernet1/1/48 untagged
!
router bgp 65101
 router-id 10.0.0.1
 maximum-paths ebgp 4
 address-family ipv4 unicast
  redistribute connected
 !
 address-family l2vpn evpn
 !
 neighbor 10.1.1.0
  remote-as 65100
  no shutdown
  address-family ipv4 unicast
   activate
  !
  address-family l2vpn evpn
   activate
!
evpn
 evi 100
  vni 10100
  rd auto
  route-target auto
!
system-user linuxadmin password sha2-256-password $6$PLACEHOLDERHASHVALUE
!
end