...
| Scroll Pagebreak |
|---|
| Блок кода | ||
|---|---|---|
| ||
security zone Trusted
exit
interface gigabitethernet 1/0/2
security-zone Trusted
ip address 203.0.113.2/30
exit
interface loopback 1
ip address 192.0.2.2/32
exit
security zone-pair Trusted self
rule 1
action permit
match protocol tcp
match destination-port port-range 179
enable
exit
rule 2
action deny
enable
exit
exit |
...
| Блок кода | ||
|---|---|---|
| ||
route-map AS
rule 1
match as-path regex '(64500)'
action deny
exit
rule 2
exit
exit |
...
Проверим корректность ранее созданного Route-map:
...