vyos@vyos:~$ show conf interfaces { bridge br1 { address 10.42.2.8/24 member { interface eth1 { } interface vxlan1 { } } } ethernet eth0 { address 10.42.0.7/24 description VL420 hw-id 00:50:56:82:db:f2 mtu 1454 offload { gro gso sg tso } } ethernet eth1 { description VL422 hw-id 00:50:56:82:42:3f ip { adjust-mss 1360 } offload { gro gso sg tso } } loopback lo { } vxlan vxlan1 { port 4789 remote 10.110.34.216 source-address 10.42.0.7 vni 422 } } service { ntp { allow-client { address 127.0.0.0/8 address 169.254.0.0/16 address 10.0.0.0/8 address 172.16.0.0/12 address 192.168.0.0/16 address ::1/128 address fe80::/10 address fc00::/7 } server time1.vyos.net { } server time2.vyos.net { } server time3.vyos.net { } } ssh { } } system { config-management { commit-revisions 100 } console { device ttyS0 { speed 115200 } } host-name vyos login { user vyos { authentication { encrypted-password **************** plaintext-password **************** } } } syslog { local { facility all { level info } facility local7 { level debug } } } } vyos@vyos:~$