Foundry Switches: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
Get full table of IP addresses, MAC addresses and port numbers: | Get full table of IP addresses, MAC addresses and port numbers: | ||
show arp | show arp | ||
The same for particular IP address: | |||
show arp | include xxx.xxx.xxx.xxx |
Revision as of 21:55, 5 February 2009
PROBLEM 1: make sure broadcast is working between 167,68,69,160 subnets, otherwise EPICS will not work; it must be set in BigIron switch
PROBLEM 2: switches in the hall must have spanning tree OFF; it must be set in every Foundry switch.
To access switches normally goto clon10/clon00 and do ssh boiarino@<switch_ip_name>, use 'boiarino's pass. Then type 'enable' and use pin and hardkey pin.
To access switches in the hall using tsconnect: the same passwords (?).
VLAN change
show vlan configure terminal vlan 596 no tagged ethernet 13/1 no untagged ethernet 13/2 to 13/8 vlan 569 tagged ethernet 13/1 untagged ethernet 13/2 to 13/8 exit exit write memory
Who is connected
List of all ports currently active:
show int | include is up
Get MAC address(es) of all devices connected to the particular port:
show mac-ad | include 3/17
Get IP address for particular MAC address:
show arp mac 0006.5b49.8ef6
Get full table of IP addresses, MAC addresses and port numbers:
show arp
The same for particular IP address:
show arp | include xxx.xxx.xxx.xxx