Displays the information in the configuration database. This database, read by the TCP/IP Services startup procedure, holds information to: o Configure the lower-layer protocols, including dynamic routing. o Configure and enable the Internet interfaces. o Configure the services you want enabled when TCP/IP Services starts up. o Configure the BIND resolver. o Configure the BIND server, including the default domain. o Configure SMTP. o Configure SNMP. o Configure TIME. o Map file systems. Because the SET CONFIGURATION commands do not take effect until the next time TCP/IP Services starts up, the SHOW CONFIGURATION command might not display the current settings for the running software. For example, the information you see from SHOW CONFIGURATION PROTOCOL might differ from the SHOW PROTOCOL /PARAMETERS output. Related commands: All SET CONFIGURATION commands Format SHOW CONFIGURATION { component | ENABLE SERVICE [service] | START ROUTING } [ /COMMON ] [ /FULL ] [ /OUTPUT=file ]
1 – Parameters
component Required if you do not specify ENABLE SERVICE or START ROUTING. Component, defined in the configuration database, whose configuration you want to display. ENABLE_SERVICE [service] Note: Specify ENABLE SERVICE without an underscore when entering this command. Required if you do not specify the component parameter or START ROUTING. Displays either the specified component or all the components that are enabled by the TCP/IP Services startup procedure. To specify a lowercase or mixed-case service name, enclose it in quotation marks. START_ROUTING Note: Specify START ROUTING without an underscore when entering this command. Required if you do not specify component or ENABLE SERVICE. Shows whether or not routing is configured to start running by the TCP/IP Services startup procedure.
2 – Qualifiers
2.1 /COMMON
Optional. Default: Node specific. Valid only with SHOW CONFIGURATION ENABLE SERVICE. Displays the information in the configuration database for the clusterwide enabling or disabling of services.
2.2 /FULL
Optional. The default is to give a brief listing of the information. Displays complete information. Use with the component parameter.
2.3 /OUTPUT
/OUTPUT=file Optional. Default: Screen display. Writes output to the specified file.
3 – Examples
1.TCPIP> SHOW CONFIGURATION ENABLE SERVICE Enable service FTP, FTP_CLIENT, LPD, MOUNT, NFS, NFS_CLIENT, PCNFS, PORTMAPPER, REXEC, RSH, SMTP, SNMP Displays the services configured in the services database that will be enabled by the TCP/IP Services startup procedure. 2.TCPIP> SHOW CONFIGURATION SNMP SNMP Configuration Flags: AuthenTraps Sets Contact: Sam Spade Location First: Falcon Building Second: Los Angeles, California Community Type Address_list public Read 0.0.0.0 trapit Read Trap 136.20.0.10 trapit2 Read Trap 136.20.0.12, 136.20.0.15 rw2 Read Write 136.20.0.15, 136.20.0.100 Displays the SNMP configuration. 3.TCPIP> SHOW CONFIGURATION NAME_SERVICE BIND Resolver Configuration Transport: UDP Domain: fred.parrot.brd.com Retry: 4 Timeout: 4 Servers: 11.20.208.10, 11.20.208.53 Path: No values defined TCPIP> Displays, from the configuration database, the BIND resolver configuration. 4.TCPIP> SHOW CONFIGURATION INTERFACE Displays the permanent definition of Internet interfaces DE1 and LO0. 5.TCPIP> SHOW CONFIGURATION SMTP Displays the SMTP configuration.
4 – PROTOCOL
Displays information in the configuration database which sets the parameters for ICMP, IP, TCP, and UDP when TCP/IP Services starts up. Related commands: SET CONFIGURATION PROTOCOL, SET PROTOCOL Format SHOW CONFIGURATION PROTOCOL [ protocol ] [ /PARAMETERS ]
4.1 – Parameters
protocol Optional. Default: All protocols. Specify one of the following: ICMP, IP, TCP, UDP.
4.2 – Qualifiers
4.2.1 /PARAMETERS
Optional. Shows parameter settings. You can specify any protocol.
4.3 – Examples
1.TCPIP> SHOW CONFIGURATION PROTOCOL ICMP Redirect: enabled Unreachable: disabled IP Forward: disabled Reassembly timer: 0 TCP Delay ACK: enabled Window scale: enabled Drop count: 0 Probe timer: 0 Receive Send Push: disabled disabled Quota: 0 0 UDP Unpriv. broadcast: disabled Receive Send Checksum: enabled enabled Quota: 0 0 Displays information in the configuration database.