Untitled
unknown
plain_text
5 months ago
952 B
3
Indexable
---------SWITCH 2960-24TT--------- ---ssh--- enable conf t username cisco privilege 15 secret cisco line vty 0 15 transport input ssh login local hostname s6 ip domain name wp.pl crypto key generate rsa 2048 ---ssh--- ---tworzenie vlanow--- vlan 10 name vlan10 exit vlan 20 name vlan20 exit ---tworzenie vlanow--- ---przypisywanie vlanow do interfejsow--- interface gigabitEthernet0/1 switchport mode access switchport access vlan10 exit interface gigabitEthernet0/2 switchport mode access switchport access vlan20 exit ---przypisywanie vlanow do interfejsow--- ---wlaczenei trunka--- interface gigabitEthernet0/24 switchport mode trunk switchport trunk allowed vlan 10,20 exit ---wlaczenei trunka--- ---adresacja SVI--- interface vlan 10 ip address 192.168.10.125 255.255.255.128 exit ---adresacja SVI--- ---Enkryptowanie--- enable secret cisco line console 0 password cisco login local exit conf t service password-encryption wr ---Enkryptowanie---
Editor is loading...
Leave a Comment