- [Show page]
- [Old revisions]
- [[unknown link type]]
- []
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
linux:skoleni:cisco [2015/10/18 01:58] admin [Little security] |
linux:skoleni:cisco [2015/10/18 14:02] (current) admin [STP - What it solves?] |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| </code> | </code> | ||
| + | |||
| + | ==== Creating broadcast storm==== | ||
| + | First create a loop, then we disable stp and finaly one ping will send arp broadcast. Lets suppose the loop goes from port fa0/5 somewhere. Clear the counters and check the state of interface | ||
| + | <code> | ||
| + | show interface fa0/5 | ||
| + | clear counters | ||
| + | show interface fa0/5 | ||
| + | </code> | ||
| + | no spanning-tree vlan 1 | ||
| + | And check vlans by | ||
| + | show vlan brief | ||
| + | Assign random IP to layer 3 interface vlan 1 and ping | ||
| + | <code> | ||
| + | conf t | ||
| + | int vlan 1 | ||
| + | ip 1.0.0.1 255.0.0.0 | ||
| + | no shut | ||
| + | end | ||
| + | </code> | ||
| + | Check it by | ||
| + | show ip int brief | ex una | ||
| + | and ping, just once | ||
| + | ping 1.0.0.2 repeat 1 | ||
| + | Check the interface with loop on vlan 1 | ||
| + | show interface fa0/5 | ||
| =====STP===== | =====STP===== | ||
| {{ :linux:skoleni:stp-cost.png |}} | {{ :linux:skoleni:stp-cost.png |}} | ||
linux/skoleni/cisco.1445126338.txt.gz · Last modified: 2015/10/18 01:58 by admin


