Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
interface tengigabitethernet 0/0/11.100124 
  description "labr02 te 1/0/1.124" 
  encapsulation outer-vid 100 inner-vid 124 
  ipv4 access-group ingress pbr-default
  ipv4 address 100.124.0.1/24
exit

ipv4 access-list pbr 
  seq-num 10 
    action redirect
    nexthop 1 
      address 192.168.55.22
    exit
    source 100.124.0.0/24
  exit
exit

...

Блок кода
ipv4 access-list pbr-default 
  seq-num 20 
    action redirect
    default 
    nexthop 1 
      address 192.168.55.22
    exit
    nexthop 2 
      address 10.0.0.2
    exit
    source 100.124.0.0/24
  exit
exit

...