Juniper JUNOS OS 10.3 - SOFTWARE Manual page 1227

For ex series ethernet switches
Hide thumbs Also See for JUNOS OS 10.3 - SOFTWARE:
Table of Contents

Advertisement

Results
Copyright © 2010, Juniper Networks, Inc.
user@distribution-switch# set unit 1 family inet address 2.1.1.2/24
Bind vlan3's VLAN ID to the logical interface:
6.
[edit interfaces ge-0/0/0]
user@distribution-switch# set unit 2 vlan-id 103
Set vlan3's subinterface IP address:
7.
[edit interfaces ge-0/0/0]
user@distribution-switch# set unit 2 family inet address 3.1.1.2/24
Bind vlan4's VLAN ID to the logical interface:
8.
[edit interfaces ge-0/0/0]
user@distribution-switch# set unit 3 vlan-id 104
Set vlan4's subinterface IP address:
9.
[edit interfaces ge-0/0/0]
user@distribution-switch# set unit 3 family inet address 4.1.1.2/24
Bind vlan5's VLAN ID to the logical interface:
10.
[edit interfaces ge-0/0/0]
user@distribution-switch# set unit 4 vlan-id 105
Set vlan5's subinterface IP address:
11.
[edit interfaces ge-0/0/0]
user@distribution-switch# set unit 4 family inet address 5.1.1.2/24
user@distribution-switch> show configuration
interfaces {
ge-0/0/0 {
vlan-tagging;
unit 0 {
vlan-id 101;
family inet {
address 1.1.1.2/24;
}
}
unit 1 {
vlan-id 102;
family inet {
address 2.1.1.2/24;
}
}
unit 2 {
vlan-id 103;
family inet {
address 3.1.1.2/24;
}
}
unit 3 {
vlan-id 104;
family inet {
address 4.1.1.2/24;
}
}
Chapter 51: Examples: Interfaces Configuration
1131

Advertisement

Table of Contents
loading

Table of Contents