To test the example in this section, perform the following steps:
system {
scripts {
commit {
file ex-iso.xsl;
}
}
}
interfaces {
lo0 {
unit 0 {
family iso;
}
}
so-1/2/3 {
unit 0 {
family iso;
}
}
so-1/3/2 {
unit 0 {
family iso;
}
}
}
protocols {
mpls {
enable;
}
}
- [edit]
- user@host# load merge terminal
- [Type ^D at a new line to end input]
- > Paste the contents of the clipboard here<
[edit]
user@host# commit
[edit interfaces interface so-1/2/3 unit 0]
warning: Adding 'family mpls' to ISO-enabled interface
[edit interfaces interface so-1/2/3 unit 0]
warning: Adding ISO-enabled interface so-1/2/3.0 to [protocols mpls]
[edit interfaces interface so-1/3/2 unit 0]
warning: Adding 'family mpls' to ISO-enabled interface
[edit interfaces interface so-1/3/2 unit 0]
warning: Adding ISO-enabled interface so-1/3/2.0 to [protocols mpls]
commit complete
[edit]
user@host# show interfaces
so-1/2/3 {
unit 0 {
family iso;
family mpls;
}
}
so-1/3/2 {
unit 0 {
family iso;
family mpls;
}
}
lo0 {
unit 0 {
family iso;
}
}