Monitoring the NFS Client

This topic describes the following:

Monitoring a List of Configured Network Servers

Purpose

Display a list of configured network servers.

Action

To display a list of configured network servers:

host1#show hosts
     Static Host Table
     -----------------
name       ip address    type
----       -----------   ----
host1      10.2.0.124    ftp  
hFtp       10.5.6.7      ftp
hTftp      10.5.6.7      tftp
    Static Host Table
    -----------------
name        ip address                             type
-----   -------------------------------------      ----
george   1111:2222:3333:4444:5555:6666:7777:8888   ftp 
dsw      10.10.121.42                              ftp
deab     10.6.128.12                               ftp
mFtp     10.10.121.11                              ftp
mTftp    10.10.121.11                              tftp
mary     10.10.121.11                              ftp
sd       10.10.121.80                              ftp
    NFS Host Table
    --------------
name   userid   groupid
----   ------   -------
deab    2001     100

Meaning

Table 47 lists the show hosts command output fields.

Table 47: show hosts Output Fields

Field Name

Field Description

Static Host Table

Information about the connected static hosts:

  • name—Name of the host
  • ip address—IPv4 or IPv6 address of the host
  • type of host—Type of host; for example, ftp means an FTP server

NFS Host Table

Information about connected NFS servers:

  • name—Name of the NFS server
  • userid—Identity for the user
  • groupid—Identity for the group

Monitoring the Interface Used to Exchange Messages with the NFS Server

Purpose

Display information about the interface that the current virtual router uses to exchange messages with the NFS server.

Action

To display information about the interface that the current virtual router uses to exchange messages with the NFS server.

host1#show ip nfs
Source address is 1.1.1.1 

Meaning

Table 48 lists the show ip nfs command output fields.

Table 48: show ip nfs Output Fields

Field Name

Field Description

Source address

IP address of the interface that the current virtual router uses to exchange messages with the NFS server

Source interface

Type and specifier of the interface that the current virtual router uses to exchange messages with the NFS server. For information about interface types and specifiers, see Interface Types and Specifiers in JunosE Command Reference Guide.

Related Documentation