Nortel Networks 3395A Network Card User Manual


 
Using UNIX Tools With APGEN Script Files
4 -2 893-769-A
Use the diff command to create a file which lists the differences between the two files. This examples sends
the output to a file called result.file. If you do not specify an output file, the utility displays the commands
on the screen. In this example the dots (. . .) indicate a break in the file:
% diff param.now param.old >result.file
%
% more result.file
.
.
.
> #echo Default Security Information
30,32c27,28
< # DEFINE SERVER MANAGER LOAD DISABLED
< # DEFINE SERVER MANAGER LOAD MERIT 9
< # DEFINE SERVER MANAGER SIMULTANEOUS 4
---
> DEFINE PORT ALL INTERNET SECURITY DEFAULT INBOUND ALLOW
> DEFINE PORT ALL INTERNET SECURITY DEFAULT OUTBOUND ALLOW
34,188d29
< #
< # DEFINE SERVER MANAGER DUMP DISABLED
< # DEFINE SERVER MANAGER DUMP MERIT 9
< # DEFINE SERVER MANAGER DUMP SIZE SMALL
< # DEFINE SERVER MANAGER LOG FILE 20
< #
.
.
.
> DEFINE SERVER MULTISESSIONS DISABLED
> DEFINE SERVER INTERNET SECURITY ENABLED
450,463d165
< #echo Daemons
< #
< DEFINE SERVER DAEMON LPD DISABLED
< DEFINE SERVER DAEMON FINGERD DISABLED
< DEFINE SERVER DAEMON RWHOD DISABLED
< DEFINE SERVER DAEMON ROUTED DISABLED
< DEFINE SERVER DAEMON SYSLOGD DISABLED
< #
< #echo ARAP Server Information
< #
< # DEFINE SERVER ARAP NODE NAME NONE
< # DEFINE SERVER ARAP DEFAULT ZONE NONE
< # DEFINE SERVER ARAP PASSWORD <SECRET>
< #
469,470c171,176
< DEFINE PORT 0 MULTISESSIONS DISABLED
< DEFINE PORT ALL MULTISESSIONS DISABLED
---