Конфигурации устройств
system {
host-name Sun;
}
interfaces {
xe-0/0/0 {
native-vlan-id 1;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members default;
}
}
}
}
xe-0/0/1 {
native-vlan-id 1;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members default;
}
}
}
}
xe-0/0/2 {
native-vlan-id 1;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members default;
}
}
}
}
xe-0/0/3 {
native-vlan-id 1;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members default;
}
}
}
}
em1 {
unit 0 {
family inet {
address 169.254.0.2/24;
}
}
}
}
vlans {
default {
vlan-id 1;
}
}
Last updated
Was this helpful?