Foundry Switches: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 5: Line 5:
To access switches in the hall use tsconnect; username admin, pass: xxxxxxxx
To access switches in the hall use tsconnect; username admin, pass: xxxxxxxx


Commands:
'''VLAN change'''


  show vlan
  show vlan
Line 18: Line 18:
  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

Revision as of 10:50, 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 in the hall use tsconnect; username admin, pass: xxxxxxxx

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