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

Function of 2 Nexus interface commands

Aaron D
Level 1
Level 1

Can anyone help me with these 2 interface commands and what exactly they do? The command references that I looked at are of no use....

medium p2p

  rate-limit cpu direction both pps 2000 action log

thanks

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame

medium p2p is useful to force the interface on p2p mode. protocols such as ISIS and OSPF can make use of that feature when configured on LAN interfaces.

the rate-limit cpu direction command adds the ability to rate-limit packets destined to the supervisor and log a message. Please note, packets won't be dropped. If you want packets to be dropped, you need to use the hardware rate-limit command.

View solution in original post

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

medium p2p is useful to force the interface on p2p mode. protocols such as ISIS and OSPF can make use of that feature when configured on LAN interfaces.

the rate-limit cpu direction command adds the ability to rate-limit packets destined to the supervisor and log a message. Please note, packets won't be dropped. If you want packets to be dropped, you need to use the hardware rate-limit command.

Thank you very much! You responded quicker than TAC!