Categories
Welcome Center
Education & Development
Cyber Security
Virtualization
General
Certification Preparation
Project Management
Posts
Groups
Training Resources
Infosec
IT & Security Bootcamps
Practice Exams
Security Awareness Training
About Us
Home
Certification Preparation
Juniper
load merge terminal
mumulox
Hello,
I'm trying to use load merge terminal to paste a simple ospf config :
Config to paste:
protocols {
ospf {
area 0.0.0.0 {
interface em0.0 {
hello-interval 10;
dead-interval 40;
}
}
}
}
root@juniper9.6# load merge terminal
[Type ^D at a new line to end input]
protocols {
ospf {
area 0.0.0.0 {
interface em0.0 {
hello-interval 10;
Any ideea why it stops after "hello-interval 10;" line?
Thanks
Find more posts tagged with
Comments
hoogen82
That's kind of strange... Never seen it... Also.. just a general suggestion.. You could always use load merge terminal relative... Always helpful
mumulox
I tried also with load merge terminal relative and I had the same result. Can someone try the same config ? (I used Junos 8.3 and 9.6)
hoogen82
It has got nothing to do with how Junos works, the above config should work... Maybe its some terminal issue or paste issue
Here you go..
lab@r3# load merge terminal
[Type ^D at a new line to end input]
protocols {
ospf {
area 0.0.0.0 {
interface em0.0 {
hello-interval 10;
dead-interval 40;
}
}
}
}
load complete
[edit]
lab@r3# load merge terminal relative
[Type ^D at a new line to end input]
protocols {
ospf {
area 0.0.0.0 {
interface em0.0 {
hello-interval 10;
dead-interval 40;
}
}
}
}
load complete
[edit]
lab@r3#
mumulox
The test was made in olive, connected to serial port. After I logged with ssh the problem is gone
(when I think I beat my head an hour for that...doh!)
Thank you!
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of