User Tools

Site Tools


netzwerk:switches:cisco_sg

This is an old revision of the document!


Cisco SG

System Setup

Klassische System Setup Befehel

Hostname

hostname <hostname>


Domainname

ip domain name <domain>


Nameserver

ip name-server <ip>


Gateway

ip default-gateway <ip>


NTP

clock source sntp <ip>

show clock detail


clock timezone GMT +1


SSH aktivieren

ip ssh server


User

show user
show run | inc user

username <user> password <pw> privilege <lvl>


SNMP

snmp-community <com>



Interfaces

IP auf einem Interface setzen

int <int>
ip address <ip> <subnet>


IP auf einem VLAN setzten

int <vlan>
ip address <ip> <subnet>


IP einem Interface / VLAN entfernen

int <int>
no ip address


IP anzeigen

show ip interface <int>


Interface Stats

show interface <int>
show interface status
show interface counters protocol status
show interface counters port-channel <id>


Access Port

int <int>
switchport mode access vlan <id>


Trunk Port

switchport trunk allowed vlan <id>



VLANs

VLAN anlegen

vlan database
vlan <id> name <name>


VLAN löschen

vlan database
no vlan <id>



Port-Channel

Port-Channel erstellen

int <po#>
.... Port Config ...


Interface einem LACP Portchannel hinzufügen

channe-group <#> mode auto


netzwerk/switches/cisco_sg.1639687167.txt.gz · Last modified: by stone