· 6 years ago · Apr 02, 2019, 11:40 AM
1Switch-3560G#sh run int gi0/1
2Building configuration...
3
4Current configuration : 381 bytes
5!
6interface GigabitEthernet0/1
7 description Uplink to Gateway
8 switchport trunk encapsulation dot1q
9 switchport mode trunk
10 switchport nonegotiate
11 ip flow ingress
12 ip flow egress
13 srr-queue bandwidth share 1 30 35 5
14 priority-queue out
15 mls qos trust dscp
16 auto qos classify police
17 spanning-tree link-type shared
18 service-policy input AUTOQOS-SRND4-CLASSIFY-POLICE-POLICY
19end
20
21Switch-3560G#sh ip flo
22Switch-3560G#sh ip flow ca
23Switch-3560G#sh ip flow ca
24 ^
25% Invalid input detected at '^' marker.
26
27Switch-3560G#sh ip ca
28Switch-3560G#sh ip cache flow
29IP packet size distribution (0 total packets):
30 1-32 64 96 128 160 192 224 256 288 320 352 384 416 448 480
31 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000
32
33 512 544 576 1024 1536 2048 2560 3072 3584 4096 4608
34 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000 .000
35
36IP Flow Switching Cache, 278544 bytes
37 0 active, 4096 inactive, 0 added
38 0 ager polls, 0 flow alloc failures
39 Active flows timeout in 30 minutes
40 Inactive flows timeout in 15 seconds
41IP Sub Flow Cache, 33608 bytes
42 0 active, 1024 inactive, 0 added, 0 added to flow
43 0 alloc failures, 0 force free
44 1 chunk, 4 chunks added
45 last clearing of statistics never
46Protocol Total Flows Packets Bytes Packets Active(Sec) Idle(Sec)
47-------- Flows /Sec /Flow /Pkt /Sec /Flow /Flow
48
49SrcIf SrcIPaddress DstIf DstIPaddress Pr SrcP DstP Pkts
50Switch-3560G#sh vla
51Switch-3560G#sh vlan br
52Switch-3560G#sh vlan brief
53
54VLAN Name Status Ports
55---- -------------------------------- --------- -------------------------------
561 default active Gi0/20, Gi0/22, Gi0/25, Gi0/26, Gi0/27, Gi0/28
5710 10Net active Gi0/3, Gi0/4, Gi0/5, Gi0/6, Gi0/7, Gi0/9, Gi0/10, Gi0/14, Gi0/15, Gi0/17, Gi0/18, Gi0/19, Gi0/21, Gi0/23
58137 137Net active Gi0/2, Gi0/12, Gi0/13, Gi0/16
59
60interface Vlan10
61 ip address 192.168.1.2 255.255.255.0 secondary
62 ip address 192.168.11.2 255.255.255.0 secondary
63 ip address 10.90.90.2 255.255.255.0 secondary
64 ip address 10.10.0.2 255.255.255.0 secondary
65 ip address 192.168.10.2 255.255.255.0
66!
67interface Vlan137
68 ip address 192.168.138.2 255.255.255.0 secondary
69 ip address 192.168.137.2 255.255.255.0
70!