TELECOM / ISP PROFESSIONALS
|
|
||
|
Activity:
1 comments
429 views
last activity : 07 06 2010 20:18:04 +0000
|
||
|
|
Time Based ACL with rate-limit...!!
Router01(config)#time-range night
Router01(config-time-range)#periodic daily 20:00 to 08:00
Router01(config-time-range)#periodic daily 12:00 to 13:00
Router01(config)#access-list 135 permit ip any any time-range night
Router01(config)#time-range day
Router01(config-time-range)#periodic daily 08:00 to 11:59
Router01(config-time-range)#periodic daily 13:01 to 20:00
Router01(config)#access-list 136 permit ip any any time-range day
int s6/1
rate-limit input access-group 136 512000 128000 128000 conform-action transmit exceed-action drop
rate-limit output access-group 136 512000 128000 128000 conform-action transmit exceed-action drop
rate-limit input access-group 135 1024000 128000 128000 conform-action transmit exceed-action drop
rate-limit output access-group 135 1024000 128000 128000 conform-action transmit exceed-action drop

- Create a confidential Career Profile and Resume/C.V. online
- Get advice for planning their career and for marketing of experience and skills
- Maximize awareness of and access to the best career opportunities
|
|
|
|
|
|
|
|
|
|
|
|
Deepali Its Really Help-Full..Thanks :) |
Time Based ACL with rate-limit...!! Router01(config)#time-range night Router01(config-time-range)#periodic daily 20:00 to 08:00 Router01(config-time-range)#periodic daily 12:00 to 13:00 Router01(config)#access-list 135 permit ip any any time-range... |
MPLS FAQ …!! Q. What is Multi-Protocol Label Switching (MPLS)? A. MPLS is a packet-forwarding technology which uses labels to make data forwarding decisions. With MPLS, the Layer 3 header analysis is done just once (when the packet enters the... |