Alcatel OS6602-48 Betriebsanweisung Seite 532

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 628
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 531
ACL Application Example Configuring ACLs
page 24-24 OmniSwitch 6600 Family Network Configuration Guide April 2005
ACL Application Example
In this application for IP filtering, a policy is created to deny Telnet traffic from the outside world to an
engineering group in a private network.
Set up a policy rule called outside to deny Telnet traffic to the private network.
1 Create a policy service (traffic_in) for traffic originating from the well-known Telnet port number 23.
-> policy service traffic_in source ip port 23 protocol 6
2 Create a policy condition (outside_cond) that references the service.
-> policy condition outside_cond service traffic_in
3 Create a policy action (outside_action) to deny the traffic.
-> policy action outside_action disposition drop
4 Then combine the condition and the action in a policy rule (outside).
-> policy rule outside condition outside_cond action outside_action
An example of what these commands look like together on consecutive command lines:
-> policy service traffic_in source ip port 23 protocol 6
-> policy condition outside_cond service traffic_in
-> policy action outside_action disposition drop
-> policy rule outside condition outside_cond action outside_action
traffic originating from the public net-
work destined for the private network
Public Network
(The Internet)
OmniSwitch
OmniSwitch 6648
OmniSwitch 6648
OmniSwitch 6648
OmniSwitch 6648
Private Network
(Engineering)
Seitenansicht 531
1 2 ... 527 528 529 530 531 532 533 534 535 536 537 ... 627 628

Kommentare zu diesen Handbüchern

Keine Kommentare