Nortel 5510 Basics

Aus xinux.net
Zur Navigation springen Zur Suche springen

Zugriff

  • Zugriff über Telnet auf Port 23
    • telnet <IP oder FQDN>

Konfigurations-Menü

Nortel-konfig-screen-1.png

Zugriff auf die Konsole

Nortel-konfig-screen-2.png

enable

  • 5510-24T>enable
  • 5510-24T#

show-Befehle

running-config

  • show running-config
5510-24T#show running-config                
! Embedded ASCII Configuration Generator Script
! Model = Ethernet Routing Switch 5510-24T
! Software version = v6.2.0.008
!
! Displaying only parameters different to default
!================================================
enable
configure terminal
...
...
...

interfaces

  • show interfaces
              Status                    Auto                       Flow  
Port Trunk Admin   Oper Link LinkTrap Negotiation Speed    Duplex Control
---- ----- ------- ---- ---- -------- ----------- -------- ------ -------
1          Enable  Down Down Enabled  Enabled     
2          Enable  Down Down Enabled  Enabled     
3          Enable  Down Down Enabled  Enabled     
4          Enable  Down Down Enabled  Enabled     
5          Enable  Down Down Enabled  Enabled     
...
...
...

vlan

  • show vlan
Id  Name                 Type     Protocol         PID      Active IVL/SVL Mgmt
--- -------------------- -------- ---------------- -------- ------ ------- ----
1   VLAN #1              Port     None             0x0000   Yes    IVL     Yes
	Port Members: 1-6
2   VLAN #2              Port     None             0x0000   Yes    IVL     No
	Port Members: 7-12

ip route

  • show ip route
===============================================================================
                                        Ip Route
===============================================================================
DST             MASK            NEXT            COST    VLAN PORT PROT TYPE PRF
-------------------------------------------------------------------------------
Total Routes: 0
-------------------------------------------------------------------------------
TYPE Legend:
I=Indirect Route, D=Direct Route, A=Alternative Route, B=Best Route, E=Ecmp Rou
te, U=Unresolved Route, N=Not in HW

Konfigurieren

  • 5510-24T#configure terminal
 Enter configuration commands, one per line.  End with CNTL/Z.
 5510-24T(config)#

Allgemeine Konfiguration (IP, Netmask, Gateway)

  • ip address switch x.x.x.x netmask y.y.y.y default-gateway z.z.z.z

Hostname

5510-24T(config)#snmp-server name 5510-24G  
5510-24G(config)#snmp-server name 5510-24T 
5510-24T(config)#

Authentication local

  • per Default heißen die Usernamen für den Login "RO" für die "Read-Only"-Ebene und "RW" für die "Read/Write"-Ebene
  • Um das zu ändern den folgenden Befehl eingeben:
    • username <username> <new password> ro/rw

alternativ:

  • cli password read-write/read-only <password>

Passwort-Abfrage aktivieren

  • cli password telnet local

Passwort-Abfrage deaktivieren

  • cli password telnet none

Authentication Serial-Port

Passwort-Abfrage aktivieren

  • cli password serial local

Passwort-Abfrage deaktivieren

  • cli password serial none

VLAN

ip routing aktivieren

  • ip routing

Create VLAN

  • vlan create <Nummer> name "<Name>" type port

Configure VLAN

  • interface vlan <Nummer>
  • ip address 0.0.0.0 255.255.255.255
  • exit

VLAN einem oder mehreren Ports zuweißen

  • vlan members add <vlan-nummer> <Portnummer>