Lucent Technologies PortMaster Manual Do Utilizador

Página de 364
Configuring an Asynchronous Port
5-25
Connecting without TCP/IP Support
characters. The PPP asynchronous map is a bitmap of characters that should be replaced. 
The default PPP asynchronous map is 00000000. If the remote host requires a PPP 
asynchronous map, the PortMaster accepts the request for the map.
Setting Input and Output Filters
Input and output packet filters can be attached to a network hardwired port. Filters 
allow you to monitor and restrict network traffic. If an input filter is attached, all 
incoming packets on that port are evaluated against the rule set for the attached filter. 
Only packets permitted by the filter are passed through the PortMaster. 
If an output filter is attached, packets going to the interface are evaluated against the 
rule set in the filter and only packets permitted by the filter are sent to the interface.
For more information about filters, see Chapter 9, “Configuring Filters.”
Connecting without TCP/IP Support
You can configure the PortMaster to connect to bulletin board service (BBS) systems or 
other hosts that have serial ports and allow bidirectional communications, but do not 
support TCP/IP. This connection requires that you connect the PortMaster to the host 
with a null modem cable. For more information about null modem cables, refer to your 
hardware installation guide. 
The default setting is on, which sets the DTR drop time to 500 milliseconds (ms). Setting 
the Data Terminal Ready (DTR) signal to off changes the behavior of the port to better 
accommodate the connection.
To turn DTR on or off, use the following command: 
Command> set S0 dtr_idle on|off
The following example shows how to configure this feature on port S1:
Command> set Telnet 24
Command> set s1 dtr_idle off
Command> set s1 cd on
Command> set s1 twoway /dev/network
Command> set s1 service_device Telnet
Command> reset s1
Command> save all