Home>Configuration Statements Hierarchy
Available labs | Supported Commands | Download Junos Sim | Product Help | About Junos Sim | Network Diagram
The following configuration statements hierarchy is supported at this time. The supported commands are likely to be expanded with each revision of the software.
Edit interfaces hierarchy level
interfaces {
interface-name {
disable;
description <text>;
encapsulation <type>;
hold-time up <milliseconds> down <milliseconds>;
no-keepalives;
keepalives interval down-count up-count;
serial-options {
clock-rate <rate>;
}
speed (10m | 100m);
unit <logical-unit-number> {
bandwidth <rate>;
family family {
address <address>;
Edit routing options hierarchy level
routing-options {
static {
route destination-prefix {
next-hop <next-hop ip-address>;
Edit system hierarchy level
system {
backup-router address <destination destination-address>;
domain-name <domain-name>;
host-name <host-name>;
name-server {
<address>;
root-authentication {
(encrypted-password "password" | plain-text-password);
Edit policy-options hierarchy level
policy-options {
policy-statement <policy-name> {
term <term-name> {
from {
match-conditions;
to {
then actions;
Edit protocols hierarchy level
rip {
group <group-name> {
export [ policy-names ]; neighbor neighbor-name { import [ policy-names ]; }
ospf {
area <area-id> {
interface interface-name {
hello-interval <seconds>;
dead-interval <seconds>;
neighbor <neighbor_address>;
stub <(no-summaries | summaries)>;
virtual-link neighbor-id router-id transit-area area-id {
export [ policy-names ];
bgp
{
group {
type
peer-as
neighbor
neighbor {
hold-time
Edit interfaces hierarchy level (switch)
ge-fpc/pic/port {
description <text>; disable;
ether-options { link-mode <mode>; speed (auto-negotiation | speed); } unit <logical-unit-number> { bandwidth <rate>;
family family-name {...}
vlan-id <vlan-id-number>;
me0 {
unit <logical-unit-number> { family family-name {..} } }
vlan {
Edit vlans hierarchy level
vlans {
<vlan-name> {
description <text-description>;
l3-interface <vlan.logical-interface-number>;
mac-table-aging-time <seconds>;
primary-vlan <vlan-name>;
vlan-id <number>;
vlan-range <vlan-id-low-vlan-id-high>;
Edit protocols hierarchy level (switch)
stp {
bridge-priority <priority>;
forward-delay <seconds>;
hello-time <seconds>;
interface (all | interface-name) {
edge;
mode <mode>;
no-root-port;
priority <priority>;
max-age <seconds>;
vstp {
vlan (all | vlan-id | vlan-name) {
Edit poe hierarchy level
poe {
guard-band <watts>;
maximum-power (Interface) <watts>;
priority (high | low);
management (class | static);
Back