To test the example in this section, perform the following steps:
groups {
re0 {
interfaces {
fxp0 {
unit 0 {
family inet {
address 10.0.0.1/24;
}
}
}
}
}
}
apply-groups re0;
system {
host-name router1;
scripts {
commit {
file ex-dual-re.xsl;
file ex-dual-re2.xsl;
}
}
}
interfaces {
fe-0/0/0 {
unit 0
family inet {
address 192.168.220.1/30;
}
}
}
}
- [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 system]
'host-name router1;'
warning: statement should not be in target configuration on dual RE system
[edit interfaces interface fe-0/0/0 unit 0 family inet]
'address 192.168.220.1/30;'
warning: statement should not be in target configuration on dual RE system
commit complete
[edit]
user@router1-RE0#