commit
parent
029fb4e88e
commit
adb9118bc5
|
|
@ -1442,6 +1442,17 @@ system {
|
||||||
}
|
}
|
||||||
time-zone "Europe/Berlin"
|
time-zone "Europe/Berlin"
|
||||||
}
|
}
|
||||||
|
vrf {
|
||||||
|
name guest {
|
||||||
|
table "1000"
|
||||||
|
}
|
||||||
|
name iot {
|
||||||
|
table "300"
|
||||||
|
}
|
||||||
|
name server {
|
||||||
|
table "200"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Warning: Do not remove the following line.
|
// Warning: Do not remove the following line.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue