Multitech MT5634HD16 Uživatelská příručka Strana 274

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 292
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 273
RASExpress User Guide
264 CommPlete Communications Server
hex_digit ::= {09|af|AF}
ip_address ::= dec_number.dec_number.dec_number.dec_number
dec_number ::= 09[09[09]]
integer ::= 09[09]
net_address ::= {hex_digit}
4
node_address ::= {hex_digit}
6
Examples
Example 1: Filters all SNMP traffic between a manager and an agent. The manager
address is 200.200.150.120 and the agent address is 200.200.150.110. There are two
patterns used in the pattern list, the first one for the packets from the manager to the
agent, and the second one for the packets from the agent to the manager. The first
pattern has or as the operation, whereas it is set to none in the second pattern.
Filter_SNMP=“Filter SNMP packets”,IP,input,filter,
SrcAddrMask=255.255.255.255,SrcAddrResult=200.200.150.120,
DstAddrMask=255.255.255.255,DstAddrResult=200.200.150.110,
Protocol=UDP,SrcPort=0,DstPort=161,operation=or;
IP,input,filter,SrcAddrMask=255.255.255.255,
SrcAddrResult=200.200.150.110,DstAddrMask=255.255.255.255,
DstAddrResult=200.200.150.120,Protocol=UDP,SrcPort=161,DstPort=0,
operation=none:
Example 2: Filters all Web traffic between a browser and a Web server. The Web
server address is 200.200.150.120 and the browser address is 200.200.150.110. There
are two patterns used in the pattern list, the first one for the packets from the server
to the browser, and the second one for the packets from the browser to the server.
Filter_Web=“Filter Web packets”,IP,input,filter,
SrcAddrMask=255.255.255.255,SrcAddrResult=200.200.150.120,
DstAddrMask=255.255.255.255,DstAddrResult=200.200.150.110,
Protocol=TCP,SrcPort=80,DstPort=0,operation=or;
IP,input,filter,SrcAddrMask=255.255.255.255,
SrcAddrResult=200.200.150.110,DstAddrMask=255.255.255.255,
DstAddrResult=200.200.150.120, Protocol=TCP,SrcPort=0,DstPort=80,
operation=none:
Example 3: Forwards only Web traffic on the RAS. There are two patterns, one that
allows Web requests to pass through and the other to allow the responses.
Forward_only_Web=“Forward Web packets”,IP,input_output,forward,
Protocol=TCP,SrcPort=80, operation=or;
IP,input_output,forward,Protocol=TCP,DstPort=80:
Example 4: Filters Telnet packets on the network. Only one pattern is needed to block
all received packets that have a destination port number of 23.
Telnet_Filter=“Filter all Telnet packets”,IP,input,filter,
Protocol=TCP,DstPort=23:
Zobrazit stránku 273
1 2 ... 269 270 271 272 273 274 275 276 277 278 279 ... 291 292

Komentáře k této Příručce

Žádné komentáře