Уважаемые коллеги! Я сделал настройку на рутере с целью выделить гарантированную полосу для конкретного приложения, работающего с определенными хостами у меня в сети. Рутер соединен с центральным офисом по FR. Проблема в том, что трафик проходящий из локалки через рутер не попадает под класс, а трафик идущий с самого рутера попадает. Подскажите пожалуйста, может я чего не до конфил? Ниже конфиги:!
class-map match-all EKIS
match access-group 101
!
policy-map policy-EKIS
class EKIS
priority 32
class class-default
fair-queue
!
interface Serial0
bandwidth 64
ip address 10.2.15.14 255.255.255.0
encapsulation frame-relay IETF
service-policy output policy-EKIS
frame-relay map ip 81.3.91.133 21
frame-relay interface-dlci 21
frame-relay lmi-type q933a
!
access-list 101 permit ip any host 10.1.92.1
access-list 101 permit ip any host 10.1.92.3
теперь пингую хост 10.1.92.1 с хоста внутри удаленной сети и вот результат.
#sh policy-map interface
Serial0
Service-policy output: policy-EKIS
Class-map: EKIS (match-all)
0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: access-group 101
Weighted Fair Queueing
Strict Priority
Output Queue: Conversation 24
Bandwidth 32 (kbps) Burst 800 (Bytes)
(pkts matched/bytes matched) 0/0
(total drops/bytes drops) 0/0
Class-map: class-default (match-any)
21 packets, 1003 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: any
Weighted Fair Queueing
Flow Based Fair Queueing
Maximum Number of Hashed Queues 16
(total queued/total drops/no-buffer drops) 0/0/0
пингую с рутера
#ping 10.1.92.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.92.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 68/76/104 ms
#sh policy-map interface
Serial0
Service-policy output: policy-EKIS
Class-map: EKIS (match-all)
5 packets, 520 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: access-group 101
Weighted Fair Queueing
Strict Priority
Output Queue: Conversation 24
Bandwidth 32 (kbps) Burst 800 (Bytes)
(pkts matched/bytes matched) 5/520
(total drops/bytes drops) 0/0
Class-map: class-default (match-any)
72 packets, 4110 bytes
5 minute offered rate 1000 bps, drop rate 0 bps
Match: any
Weighted Fair Queueing
Flow Based Fair Queueing
Maximum Number of Hashed Queues 16
(total queued/total drops/no-buffer drops) 0/0/0