```
8:53 [0] m@current s sysctl net.fibs=2
net.fibs: 1 -> 2
8:54 [0] m@current setfib 1 netstat -rn
Routing tables (fib: 1)
8:54 [0] m@current s ifconfig vlan2 create vlan 2 vlandev em0 fib 1
8:54 [0] m@current
8:54 [0] m@current s ifconfig vlan2
vlan2: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4000003<RXCSUM,TXCSUM,NOMAP>
ether 00:0c:29:4b:db:9c
groups: vlan
vlan: 2 vlanpcp: 0 parent interface: em0
fib: 1
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
8:54 [0] m@current s ifconfig vlan2 inet 1.2.3.4/29
8:54 [0] m@current s ifconfig vlan2 inet6 2a02:6b8::1/120
8:54 [0] m@current setfib 1 netstat -rn
Routing tables (fib: 1)
Internet:
Destination Gateway Flags Netif Expire
1.2.3.0/29 link#5 U vlan2
1.2.3.4 link#4 UHS lo0
Internet6:
Destination Gateway Flags Netif Expire
2a02:6b8::/120 link#5 U vlan2
2a02:6b8::1 link#4 UHS lo0
fe80::%vlan2/64 link#5 U vlan2
fe80::20c:29ff:fe4b:db9c%vlan2 link#4 UHS lo0
```