cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
977
Views
0
Helpful
0
Replies

How to configure 7600 control-plane for LACP ?

mtiger
Level 1
Level 1

I configure some basic control-plane for 7600 router.

the router is using LACP for ehterchannel.

How to add the LACP for the control-plane ?

=========================================
ip access-list extended cp-critical-in
permit ospf any host 224.0.0.5
permit ospf any host 224.0.0.6
permit ospf any any
permit tcp any any eq bgp
permit tcp any eq bgp any
!
ip access-list extended cp-important-in
permit tcp  any  any eq 22
permit tcp  any eq 22 any
permit tcp  any any eq telnet
permit tcp  any eq telnet any
permit udp any any eq snmp
!
ip access-list extended cp-normal-in
permit icmp any any echo
permit icmp any any echo-reply
permit icmp any any parameter-problem
permit icmp any any ttl-exceeded
permit icmp any any port-unreachable
permit icmp any any time-exceeded
!
ip access-list extended cp-class-default-in
permit ip any any

==============================================

class-map match-any cp-critical-in
match access-group name cp-critical-in
!
class-map match-all cp-important-in
match access-group name cp-important-in
!
class-map match-all cp-normal-in
match access-group name cp-normal-in
!
class-map match-all cp-class-default-in
match access-group name cp-class-default-in
!
policy-map control-plane-in
class cp-critical-in
police cir 1000000 bc 312500 conform-action transmit exceed-action transmit   

class cp-important-in
police cir 1000000 bc 312500 conform-action transmit exceed-action drop  

class cp-normal-in
police cir 100000 bc 31250 conform-action transmit exceed-action drop

class cp-class-default-in
police cir 100000 bc 31250 conform-action drop exceed-action drop

===============================================

control-plane
service-policy input control-plane-in

Thanks,

Michael

0 Replies 0