Quanta LB6M 10G 24Port ½ºÀ§Ä¡ Æß ¹× Âü°í ¸Å´º¾ó

   Á¶È¸ 16123   Ãßõ 4    

https://drive.google.com/drive/folders/0B0QQKTxtRrwDVlB3WFVNVVVTZnc?u¡¦ (613)
https://forums.servethehome.com/index.php?threads/quanta-lb6m-10gbe-d¡¦ (738)

회님들 중 Quanta LB6M 스위치를 구매하시는 분들이 있어,

ebay 구매시 구글을 통해 찾아 갖고 있던 자료 등 공유합니다.

자료는 용량 관계로 : https://drive.google.com/drive/folders/0B0QQKTxtRrwDVlB3WFVNVVVTZnc?usp=sharing

위 자료등 유용한 정보는 다음에서 찾았습니다.

https://forums.servethehome.com/index.php?threads/quanta-lb6m-10gbe-discussion.8002/page-7


다른 최근에 나오는 10G SFP+ 스위치보다 호환성 및 안정성에서 정말 좋다고 생각합니다.

다만 너무 오래되어 간단한 L2 Managed가 CLI로만 가능해서 그렇지만 말입니다.

cisco rj45 to serial 케이블을 쓰면 되고

9600 8 N N 1 맞추어 쓰시면 될 겁니다.


중고 구매하면 암호가 설정되어 있는 경우가 젤 난감한데요.

다행히 ebay에서 구매한 것은 암호 설정이 없는 것이 었습니다.

admin/암호없음


위 링크 내용 중 쓸만한 내용이라 생각하여 뽑아둔 것입니다.

For a simple setup to connect by ssh:

use a simple cisco console cable and connect on the serial port (I use a console cable rj45 to serial, then attach the serial end of the cable to a serial to usb adapter, then plug into my usb port in my pc, works great) - use a terminal program like termite 3.2 (Its simple and works well)

Settings for the terminal program are: 9600, 8, 1, N, N, or something to that effect. Most of the settings are not important, but make sure you set the baud rate to 9600, or i think it won't connect.

once switch is on and booted press any key, the user prompt pops up.

type: admin

then switch asks for password, leave blank, press enter.

a prompt that says "fastpath routing" pops up.

type: enable (this simple command, allows you to start to config items in the switch, if you don't enter this here, you can't access the lower level settings)

it will ask for password again. leave blank, press enter

then type: show network

it will then show the network parameters for the management of the switch. most of them should be blank or a set of zeros. here is where we wanna set the ip address for the switch so it can connect through ssh.

ok, so type: network protocol none (i believe this turns off dhcp, so the switch can take a static ip address)

then type: network parms followed by a space and then each of the following items followed by a space (static ip address you wanna set) (subnet mask, usually 255.255.255.0) (default gateway of your network, usually in the order of 192.168.x.0 or 192.168.x.1)

(example: network parms 192.168.0.10 255.255.255.0 192.168.0.1)

then type: show network

you should then see your newly added static ip settings.

now type: ip ssh server enable (this i believe activates the ssh server)

then type: no ip telnet server enable (this i think, allows telnet to be on if no ip address is set?)

then to save, type: write memory

it will ask you if you wanna save the config file, type "Y" i believe. then it will save your config. This new config i believe now boots to the switch everytime you bootup.

Finally, open up putty, or your favorite ssh terminal in windows (i like Winscp as well) and type in your static ip address and leave the port set at 22. it should then prompt you for the username. type admin and leave password blank. You should then see the "fastpath routing" prompt!

I like ssh over serial terminal because ssh windows/sessions are easier to scroll through for me, also, it allows me to just connect to the switch to configure things without needing a console cable. (ironic, since the console cable was needed at first)

Also, if you wanna reset all config settings, and start over, djflow195's 4 steps work great:

1) Hook up a serial cable to the RJ45 console port (Cisco console cable works)
2) Open a serial console 9600-8N1 no flow control
2) Power cycle the switch
3) When prompted, go into the boot menu (not the UBoot menu)
4) Restore factory defaults (which erases the config files)

Alternatively, I personally found out that you can clear the configuration and set to factory defaults by typing: "clear" after you type the enable prompt:

1) Login (SSH or Telnet)
2) Type: enable
3) If you set a password, enter it, if not, leave blank, press enter
4) Type: clear
5) Prompt will ask if you wanna clear settings to defaults or something similar, type "y" press enter.
6) Switch will clear config and your off to the races.
7) Logout/Quit/Exit your ssh/telnet session.

Also, here is itguy82's steps to change the admin password (I added a little bit to it to make it alittle easier to understand):

1) Login (SSH or Telnet)
2) Type: enable (press enter, when ask for password if one is set, enter it, if not set, leave blank, press enter)
3) Type: configure (I think typing "config" also works) (press enter, if ask for password if one is set, enter it, if not, leave blank, press enter)
4) Type: username admin password [type desired password here, no brackets]
5) Press enter. New password should be entered.
6) Type: exit
7) Type: write memory (Always remember to do this, if not upon reboot, you will lose all unsaved settings)
7) Type "Y" then save is complete.
8)Logout/Quit/Exit your ssh/telnet session.

This is just to save/change the password for the admin account. This is not be confused with the "Enable" password access. That password is changed elsewhere, but i kinda recommend leaving the "Enable" access password blank for now.

(NOTE: Always remember to type "write memory" after all config changes to save settings)

Added/Updated: 03/30/16:

Piglover posted the commands to enable Jumbo Frames across all interfaces a little further down the thread. Saw it fit to post it here as well, and I spiced it up abit! Thanks for the help guys!

Enable Jumbo Frames across all Interfaces:

1) Login (SSH or Telnet)
2) Type: enable (press enter, when ask for password if one is set, enter it, if not set, leave blank, press enter)
3) Type: configure (I think typing "config" also works) (press enter, if ask for password if one is set, enter it, if not, leave blank, press enter)
4) Type: interface 0/1-0/28
5) Type: mtu 9216 (This is the maximum amount you can put on an interface I believe. This particular number is used, so that even if varying jumbo frame numbers are set across different interfaces in different pc's/servers, (ex. 9000, 9014, 9028, etc...)the interface will be able to handle it as 9216 is obviously higher.
6) Type: exit
7)Type exit (yes, again)
8) Finally Type: copy system:running-config nvram:startup-config (I believe this command is the same as "write memory", but i think this might be more of a complete configuration save? Use whatever you like I suppose.
9) Type: exit
10) Logout/Quit/Exit your ssh/telnet session.

Also, a great help for me, when i am looking to see what commands are compatible, I type "?" (no quotations) and it pops up a list of commands compatible with the switch.

Credit to all you smart people who helped contribute to this info. To all I say Thanks!
Will keep updating and editing this post with added info i find whenever i can.

Lets continue to share the knowledge.


다음은 7 ~ 10번 port를 101, 102 vlan tagging 하는 명령입니다.

admin/암호없음
# Configuration (VLAN : 101(T), 102(T))
> enable
> show port all
> vlan database
> vlan 101

> vlan 102
> exit
> configure
> interface 0/7-0/10
> vlan tagging 101
> vlan tagging 102
> vlan pvid 101
> vlan participation exclude 1
> vlan participation include 101
> vlan participation include 102
> exit
> exit
> write memory

그럼 유용하게들 쓰세요.


ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.
°¨»çÇÕ´Ï´Ù~
jang 2016-09
¹º°¡ ½É¿ÀÇϱº¿ä. Àü ±×³É ´Ü¼øÈ÷ µ¥ÀÌÅ͸¦ »¡¸® º¸³»±â À§ÇØ
ÀÌ°Ô ¸Õ¸»Àΰ¡¿ä ?

½Ã¸®¾ó Æ÷Æ®·Î ¿¬°áÇؼ­ ÀÛ¼ºÇؾßÇÏ´Â °Ç°¡¿ä ?

±×³É ipÄ¡°í µé¾î°¡¼­ ¸Þ´ÏÁö ¸ÕÆ® °°Àº ÇÁ·Î±×·¥Àº ¾ø´Â°Ç°¡¿ä ?
jang 2017-04
Å͹̳ΠÇѹø Á¢¼ÓÇغ¼·Á°í ÄÉÀ̺íÀ» ±¸ÀÔÇߴµ¥...Å͹̳ΠÁ¢¼Ó ÇÁ·Î±×·¥Àº ¾î¶²°É ½á¾ßÇϳª¿ä?
     
¹éµÎ¼º 2017-04
Àú´Â linux ½Ã½ºÅÛ¿¡ ¿¬°áÇؼ­ minicomÀ» »ç¿ëÇÏ¿´±¸¿ä.
À©µµ¿ì´Â ±âº» Å͹̳ΠÇÁ·Î±×·¥ »ç¿ëÇϼŵµ µÉÅÙµ¥...
¿ÀÇ ¼Ò½ºÀÎ putty »ç¿ëÇϼŵµ µË´Ï´Ù.


PDS
Á¦¸ñPage 7/76
2015-12   999342   ¹é¸Þ°¡
2014-05   4443341   Á¤ÀºÁØ1
2022-04   10149   FOXBI
2022-04   6030   ÇѽÂȯ
2022-04   5667   µî¦°úÁö°©
2022-04   5718   ÇöÁø
2022-04   10647   ½ºÄµl¹ÎÇö±â
2022-04   5879   ¾ÈöÇö
2022-04   4129   È­Á¤Å¥»ï
2022-04   3088   Piano
2022-03   3136   È«Â÷ÇÑÀÜ
2022-03   4593   È­Á¤Å¥»ï
2022-03   6837   FOXBI
2022-03   3999   È­Á¤Å¥»ï
2022-03   4217   FOXBI
2022-03   4381   »õÇϾᱸ¸§
2022-03   4203   ´©¸Þ
2022-03   2877   soom
2022-03   4261   ´©¸Þ
2022-03   2969   Dreaday
2022-03   2859   È­Á¤Å¥»ï
2022-02   3654   È­Á¤Å¥»ï