ex6 s2 28032009, Uczelnia, Sprawozdania - Sieci komputerowe

[ Pobierz całość w formacie PDF ]
ĆWICZENIE NR VI
KONFIGURACJA PODSTAWOWYCH FUNKCJI PRZEŁĄCZNIKA ETHERNET
Kamil Michalak
ID 4.3
23.03.2009
Zajęcia laboratoryjne przeznaczone zostały na konfigurację podstawowych parametrów
przełącznika, takich jak nazwa hosta, adres IP, czy zmiana hasła operatora oraz managera.
Po zalogowaniu się do switcha pojawia się znak zachęty:
abc>
Jesteśmy zalogowani jako OPERATOR przełącznika Ethernet. Zgodnie z poleceniem zawartym w
instrukcji wykonujemy polecenie
show ?
Następnie, używając komendy
enable
przechodzimy do trybu MANAGERA (znak zachętny
zmienia się na acb#) i ponownie wpisujemy to samo polecenie.
W efekcie wydania tych poleceń otrzymane przez nas wyniki różnią się ilością dostępnych poleceń
w zależności od trybu pracy w jakim się konkretnie znajdujemy (w trybie MANAGERA mamy
dostęp do większej ilości poleceń, niż korzystając z uprawnień OPERATORA). Wynik działania
poleceń wykonanych z różnymi uprawnieniami został zamieszczony w
Nie zmieniając trybu pracy wpisujemy poleceniem
abc# show ip,
które zwraca nam przypisany urządzeniu adres IP. Wynik polecenia widzimy poniżej
Internet (IP) Service 
   Default Gateway : 
   Default TTL     : 64 
   VLAN         | IP Config  IP Address      Subnet Mask 
   ­­­­­­­­­­­­ + ­­­­­­­­­­ ­­­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­ 
   DEFAULT_VLAN | Manual     192.168.1.1     255.255.255.0
Kolejnym krokiem przy pracy z przełącznikiem Ethernet jest sprawdzenie jego bierzącej
konfiguracji.
abc# show running­config 
Running configuration: 
; J4813A Configuration Editor; Created on release #F.05.61 
hostname "abc" 
cdp run 
ip default­gateway 0.0.0.0 
snmp­server community "public" Unrestricted 
vlan 1 
   name "DEFAULT_VLAN" 
   untagged 1­26 
   ip address 192.168.1.1 255.255.255.0 
   exit 
no aaa port­access authenticator active 
Widząc jego obecną konfigurację możemy przystąpić do zmiany parametrów pracy. Na początek
zmieniamy nazwę hosta.
abc# configure 
abc(config)# hostname Andrzej
Od teraz znak zgłoszenia urządzenia będzie wyglądał tak:
Andrzej(config)#
Korzystając z trybu konfiguracji kontekstowej ustawiamy parametry dla vlan1.
Andrzej(config)# vlan 1
Andrzej(vlan­1)# ip address 192.168.1.2/255.255.255.0
Możemy sprawdzić dla pewności
Andrzej(vlan­1)# show running­config 
Running configuration: 
 
; J4813A Configuration Editor; Created on release #F.05.61 
 
hostname "Andrzej" 
cdp run 
ip default­gateway 0.0.0.0 
snmp­server community "public" Unrestricted 
vlan 1 
   name "DEFAULT_VLAN" 
   untagged 1­26 
   ip address 192.168.1.2 255.255.255.0 
   exit 
no aaa port­access authenticator active
Podąrzając za instrukcją dochodzimy do zmiany haseł OPERATORA oraz MANAGERA.
Andrzej(config)# password operator 
New password for Operator: ******* 
Please retype new password for Operator: ******* 
Andrzej(config)# password manager 
New password for Manager: ******* 
Please retype new password for Manager: *******
Jak widać na listingu wpisywane hasła są ukryte pod znakami gwiazdek. My jednak wiemy, że
hasłami dla OPERATORA i MANAGERA są odpowiednio słowa
student
i
manager
.
Ostatnim z poleceń jakie zostało nam wykonać jest ustawienie adresu IP bramy domyślnej.
Andrzej(config)# ip default­gateway 192.168.1.1
Efekt tego działania widać przy wyświetlaniu bierzącej konfiguracji przełącznikia w linii
ip default­gateway 192.168.1.1
Sprawdzamy jeszcze informacje o systemie uzyskując tym samym informacje o adresie MAC oraz
wersji oprogramowania.
Załącznik A
Listingi polecenia
show
dla trybu OPERATORA i MANAGERA
OPERATOR
abc> show
 arp                   Show the IP ARP translation table.
 accounting            Show Accounting configuration parameters.
 authentication        Show Authentication configuration parameters.
 boot­history          Display the system boot log.
 console               Show serial link/console settings.
 cdp                   Show CDP configuration and neighbors discovered.
 fault­finder          Show the fault­finder table.
 gvrp                  Show GVRP settings.
 history               Show previously entered commands.
 interfaces            Show informations by the ports.
 ip                    Show the device IP configuration.
 lacp                  Show status of LACP trunks.
 logging               Display log events.
 lldp                  Show various LLDP settings.
 mac­address           Show MAC addresses the switch has learned.
 management            Show the switch's addresses available for 
management and
                       the time server if the switch uses one.
 monitor               Show the switch network monitoring status and
                       configuration, if network monitoring is enabled.
 name                  Show names assigned to the ports.
 port­access           Show 802.1x (Port Based Network Access) supplicant 
or
                       authenticator current status and configuration.
 spanning­tree         Show spanning tree status information.
 stack                 Show the stack status of this switch.
 system­information    Show global configured and operational system
                       parameters.
 telnet                Show active incoming and outgoing sessions.
 terminal              Show logical window dimensions.
 time                  Show current date and time.
 trunks                Show a list of ports and the trunks to which they
                       belong.
 version               Show software version.
 vlans                 Show status information for all VLANs.
MANAGER
abc# show
 arp                   Show the IP ARP translation table.
 accounting            Show Accounting configuration parameters.
 authentication        Show Authentication configuration parameters.
 boot­history          Display the system boot log.
 console               Show serial link/console settings.
 cdp                   Show CDP configuration and neighbors discovered.
 config                Show the the switch startup configuration.
 debug                 Display currently active debug log destinations 
and
                       types.
 fault­finder          Show the fault­finder table.
 gvrp                  Show GVRP settings.
 history               Show previously entered commands.
  interfaces            Show informations by the ports.
 ip                    Show the device IP configuration.
 lacp                  Show status of LACP trunks.
 logging               Display log events.
 lldp                  Show various LLDP settings.
 mac­address           Show MAC addresses the switch has learned.
 management            Show the switch's addresses available for 
management and
                       the time server if the switch uses one.
 monitor               Show the switch network monitoring status and
                       configuration, if network monitoring is enabled.
 name                  Show names assigned to the ports.
 port­access           Show 802.1x (Port Based Network Access) supplicant 
or
                       authenticator current status and configuration.
 port­security         Show a table describing ports' security settings o
                       intrusion­log ­ Show the intrusion log records.
 port­isolation        Shows port­isolation global mode enabled or 
disabled.
 radius                Show RADIUS status and statistics information.
 running­config        Show the switch running configuration.
 snmp­server           Display information on all SNMP communities and 
trap
                       receivers configured on the switch.
 sntp                  Show configured time protocol and servers.
 spanning­tree         Show spanning tree status information.
 stack                 Show the stack status of this switch.
 system­information    Show global configured and operational system
                       parameters.
 tacacs                Show TACACS status and statistics.
 tech                  Display output of a predefined command sequence 
used by
                       technical support.
 telnet                Show active incoming and outgoing sessions.
 terminal              Show logical window dimensions.
 time                  Show current date and time.
 timep                 Show configured time protocol and servers.
 trunks                Show a list of ports and the trunks to which they
                       belong.
 version               Show software version.
 vlans                 Show status information for all VLANs.
[ Pobierz całość w formacie PDF ]

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • materaceopole.pev.pl






  • Formularz

    POst

    Post*

    **Add some explanations if needed