Foundry Switches: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
== BigIron RX-8 ==
Main clon cluster switch located in counting room. Inventory number: F423964, p/n: BI-RX-8-AC, s/n: SA29085027.
== general information ==
'''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 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
'''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 use tsconnect; username admin, pass: xxxxxxxx
To access switches in the hall using tsconnect: the same passwords (?).


Commands:
 
'''VLAN change'''


  show vlan
  show vlan
Line 18: Line 27:
  exit
  exit
  write memory
  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

Latest revision as of 14:18, 20 February 2009

BigIron RX-8

Main clon cluster switch located in counting room. Inventory number: F423964, p/n: BI-RX-8-AC, s/n: SA29085027.

general information

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