JUNOS Software with Enhanced Services Hardware Guide

Displaying Basic Connectivity Configurations

Purpose Verify the configuration of basic connectivity. Because the basic connectivity settings appear in different places in the configuration hierarchy, displaying the entire configuration at once makes viewing the settings easier.

Action From the J-Web interface, select

Configuration>View and Edit>View Configuration Text. Alternatively, from configuration mode in the CLI, enter the show command. The following sample output displays the sample values configured in Table 45 on page 111. Your output displays the values you set.

[edit] user@host# show system {

host-name routera; domain-name lab.router.net;

domain-search [ lab.router.net router.net ]; backup-router 192.168.2.44; time-zone America/Los_Angeles; root-authentication {

ssh-rsa "ssh-rsa AAAAB3Nza...D9Y2gXF9ac==root@routera.lab.router.net";

}

name-server { 10.148.2.32;

}

services { ssh

}

ntp {

server 10.148.2.21;

}

}

interfaces { ge-0/0/0 {

unit 0 { family inet {

address 192.168.1.1/24;

}

}

}

lo0 { unit 0 {

family inet {

address 172.16.1.24/32;

}

}

}

}

Meaning The output shows the configuration of basic connectivity. Verify that the values displayed are correct for your Services Router.

Related Topics For more information about the format of a configuration file, see the JUNOS CLI User Guide.

114Displaying Basic Connectivity Configurations

Page 138
Image 138
Juniper Networks J2350 manual Displaying Basic Connectivity Configurations