Mapping OpenConfig System Management Model Commands to Junos Configuration
See OpenConfig Data Model Version topic to understand the data models supported version and its Junos OS release for Juniper Networks MX Series and PTX Series.
The following tables show the mapping of OpenConfig system management configuration with the relevant configuration in the Junos OS.
- Table 1: DNS Configuration
- Table 2: Domain Name Configuration
- Table 3: Host Name Configuration
- Table 4: Login Banner Configuration
- Table 5: MOTD Banner Configuration
- Table 6: Time Zone Configuration
-
Table 7: Local Station MAC Address
Command Name |
OpenConfig Configuration |
Junos Configuration |
---|---|---|
Search |
openconfig-system:system { dns { config { search [ <> … ]; } } } |
system { domain-search [<> …]; } |
The OpenConfig DNS |
Command Name |
OpenConfig Configuration |
Junos Configuration |
---|---|---|
Domain-name |
openconfig-system:system { config { domain-name <>; } } |
system { domain-name <>; } |
The OpenConfig |
Command Name |
OpenConfig Configuration |
Junos Configuration |
---|---|---|
Host-name |
openconfig-system:system { config { hostname <>; } } |
system { host-name <>; } } |
The OpenConfig |
Command Name |
OpenConfig Configuration |
Junos Configuration |
---|---|---|
Login-banner |
openconfig-system:system { config { login-banner <>; } } |
system { login { message <>; } } |
The OpenConfig DNS |
Command Name |
OpenConfig Configuration |
Junos Configuration |
---|---|---|
Motd-banner |
openconfig-system:system { config { motd-banner <>; } } |
system { login { announcement <>; } } |
The OpenConfig |
Command Name |
OpenConfig Configuration |
Junos Configuration |
---|---|---|
Time-zone |
openconfig-system:system { clock { config { timezone-name <>; } } } |
system { time-zone <>; } |
The OpenConfig |
Command Name |
OpenConfig Configuration |
Junos Configuration |
---|---|---|
Routing MAC |
openconfig-system:system { mac-address { config { routing-mac <>; } } } |
chassis { local-station-mac <>; } |
Use to configure a MAC address for the entire chassis. |