Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. #sh run interface GIgabitEthernet 1/45
  2. Building configuration...
  3.  
  4. Current configuration : 187 bytes
  5. !
  6. interface GigabitEthernet1/45
  7. description PORTCHANEL2-3400me
  8. switchport mode trunk
  9. mtu 9000
  10. load-interval 30
  11. shutdown
  12. speed 1000
  13. duplex full
  14. service-policy output downlink
  15. end
  16.  
  17.  
  18. sh interfaces GigabitEthernet 1/45 status
  19.  
  20. Port Name Status Vlan Duplex Speed Type
  21. Gi1/45 PORTCHANEL2-3400me disabled 1 full 1000 10/100/1000-TX
  22.  
  23. sh policy-map interface GigabitEthernet 1/45
  24. GigabitEthernet1/45
  25.  
  26. Service-policy output: downlink
  27.  
  28. Class-map: REALTIME (match-any)
  29. 376332053 packets
  30. Match: ip dscp cs4 (32) af41 (34) cs5 (40) ef (46) cs6 (48) cs7 (56)
  31. 348787141 packets
  32. Match: cos 4
  33. 27544912 packets
  34. priority queue:
  35.  
  36. queue limit: 0 packets
  37. polled queue depth(current:0, average:0, max:0) packets
  38. Transmit: 0 bytes, Queue full drops: 0 packets
  39.  
  40. Class-map: class-default (match-any)
  41. 1907190442 packets
  42. Match: any
  43. 1907190442 packets
  44.  
  45. queue limit: 0 packets
  46. polled queue depth(current:0, average:0, max:0) packets
  47. Transmit: 0 bytes, Queue full drops: 0 packets
  48.  
  49.  
  50. sh policy-map interface GigabitEthernet 1/45
  51. GigabitEthernet1/45
  52.  
  53. Service-policy output: downlink
  54.  
  55. Class-map: REALTIME (match-any)
  56. 376873601 packets
  57. Match: ip dscp cs4 (32) af41 (34) cs5 (40) ef (46) cs6 (48) cs7 (56)
  58. 349289491 packets
  59. Match: cos 4
  60. 27584110 packets
  61. priority queue:
  62.  
  63. queue limit: 0 packets
  64. polled queue depth(current:0, average:0, max:0) packets
  65. Transmit: 0 bytes, Queue full drops: 0 packets
  66.  
  67. Class-map: class-default (match-any)
  68. 1910216503 packets
  69. Match: any
  70. 1910216503 packets
  71.  
  72. queue limit: 0 packets
  73. polled queue depth(current:0, average:0, max:0) packets
  74. Transmit: 0 bytes, Queue full drops: 0 packets
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement