Trailing-Edge
-
PDP-10 Archives
-
BB-FZ05B-BM
-
subsys/defaults.cmd
There are 2 other files named defaults.cmd in the archive. Click here to see a list.
!
! This file, when executed by the configurator on a terminal server
! image, will restore that image to its original, unaltered state.
! However, any predefined (local) services will not be removed.
!
! In order to clear any ports for which a preferred or a dedicated
! service has been defined, all ports are temporarily defined to
! have a preferred service of TEMP. Once all ports are in the same
! state, they can all be cleared (without generating error messages
! on those ports that did not have a preferred/dedicated service).
!
! Likewise, in the case of the multiplexor ports, setting autobaud
! disabled prior to restoring the default speed of 9600 is done to
! suppress a message warning that autobaud is being disabled.
!
!
! Default DEFINE SERVER SERVICE commands:
!
DEFINE SERVER SERVICE GROUPS ALL DISABLED
DEFINE SERVER SERVICE GROUP 0 ENABLED
!
! Default DEFINE SERVER commands:
!
DEFINE SERVER NAME
DEFINE SERVER NUMBER 0
DEFINE SERVER IDENTIFICATION
DEFINE SERVER BACKUP HOSTS
DEFINE SERVER LINE FREQUENCY 60
DEFINE SERVER LOGIN PASSWORD ACCESS
DEFINE SERVER PRIVILEGED PASSWORD SYSTEM
DEFINE SERVER MAINTENANCE PASSWORD 0000000000000000
!
DEFINE SERVER GROUPS ALL DISABLED
DEFINE SERVER GROUP 0 ENABLED
!
DEFINE SERVER BROADCAST ENABLED, LOCK ENABLED, ANNOUNCEMENTS ENABLED
DEFINE SERVER CIRCUIT TIMER 80, KEEPALIVE TIMER 12, PASSWORD LIMIT 3
DEFINE SERVER NODE LIMIT 32, RETRANSMIT LIMIT 10, SESSION LIMIT NONE
DEFINE SERVER QUEUE LIMIT 16, INACTIVITY TIMER 30, MULTICAST TIMER 60
!
! Default DEFINE PORT characteristics:
!
! Do the special case of the console first.
!
DEFINE PORT 0 NAME CONSOLE
DEFINE PORT 0 SESSION LIMIT NONE
DEFINE PORT 0 LOCAL SWITCH ~
DEFINE PORT 0 FORWARD SWITCH NONE
DEFINE PORT 0 GROUPS ALL ENABLED
DEFINE PORT 0 PREFERRED TEMP
DEFINE PORT 0 PREFERRED NONE
!
DEFINE PORT 0 ACCESS LOCAL, AUTOBAUD DISABLED, AUTOCONNECT DISABLED
DEFINE PORT 0 AUTOPROMPT ENABLED, BREAK DISABLED, BROADCAST ENABLED
DEFINE PORT 0 FLOW CONTROL ENABLED, INTERRUPT DISABLED, MODEM DISABLED
DEFINE PORT 0 PASSWORD DISABLED, SECURITY DISABLED, TYPE SOFTCOPY
DEFINE PORT 0 VERIFICATION ENABLED
!
! Now, set the defaults for the multiplexor lines.
!
DEFINE PORT ALL NAME NONE
DEFINE PORT ALL SESSION LIMIT NONE
DEFINE PORT ALL LOCAL SWITCH NONE
DEFINE PORT ALL FORWARD SWITCH NONE
DEFINE PORT ALL GROUPS ALL ENABLED
DEFINE PORT ALL PREFERRED TEMP
DEFINE PORT ALL PREFERRED NONE
!
DEFINE PORT ALL ACCESS LOCAL, AUTOBAUD DISABLED, AUTOCONNECT DISABLED
DEFINE PORT ALL AUTOPROMPT ENABLED, BREAK LOCAL, BROADCAST ENABLED
DEFINE PORT ALL FLOW CONTROL ENABLED, INTERRUPT DISABLED, MODEM DISABLED
DEFINE PORT ALL PASSWORD DISABLED, SECURITY DISABLED, TYPE SOFTCOPY
DEFINE PORT ALL VERIFICATION ENABLED, CHARACTER SIZE 8, PARITY NONE
DEFINE PORT ALL SPEED 9600, AUTOBAUD ENABLED, INACTIVITY DISABLED
!
! End of defaults command file
!