[j-nsp] If there's anyone from Juniper on the list.....

Chris Boyd cboyd at gizmopartners.com
Tue May 15 13:07:14 EDT 2018


Who can get a message over to the Documentation group, it would be great if you could update the doc on the “insert” command to note that you have to create the object first, and then move it with the insert.

May be common knowledge to old hands, but I’m still learning the ins and outs of JunOS.  Looking at the doc, it seems that the order of operations would be this:

edit firewall family inet filter foo
insert term bar before term xyzzy
error: statement ‘bar' not found

But it’s actually this:

edit firewall family inet filter foo
set term bar from source-prefix-list source
set term bar from destination-prefix-list dest
set term bar from protocol tcp
set term bar from destination-port ssh
insert term bar before term xyzzy

—Chris



More information about the juniper-nsp mailing list