0% found this document useful (0 votes)
10 views3 pages

Script Ccna

The document outlines various network configuration commands for VLANs, trunking, telnet, static routing, and dynamic routing protocols such as EIGRP and OSPF. It includes commands for setting up VLANs, IP addressing, DHCP pools, and enabling telnet and SSH access. Additionally, it covers routing configurations for both static and dynamic routes.

Uploaded by

Mr Evolution
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

Script Ccna

The document outlines various network configuration commands for VLANs, trunking, telnet, static routing, and dynamic routing protocols such as EIGRP and OSPF. It includes commands for setting up VLANs, IP addressing, DHCP pools, and enabling telnet and SSH access. Additionally, it covers routing configurations for both static and dynamic routes.

Uploaded by

Mr Evolution
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

int range fa0/1-2

int range fa0/1,fa0/2

Vlan

vlan 10

name marketing

switchport mode access

Switchport access vlan 10

do show vlan brief

menghubungkan antar vlan

int fa0/0.10

encapsulation dot1q 10

ip address [Link] [Link]

do show ip int brief

ip dhcp pool VLAN10

network [Link] [Link]

default-router [Link]

dns-server [Link]

vlan trunking

switchport mode trunk

do show interface trunk

switchport trunk allowed vlan 10,20

switchport trunk allowed vlan add 30

switchport trunk allowed vlan remove 10

switchport trunk encapsulation dot1q

do show interface fa0/5 switchport

switchport mode dynamic desirable

switchport mode dynamic auto

switchport trunk native vlan 20


telnet

line vty 0 2

line vty 0 ?

password telnet123

login

transport input all

transport input telnet

transport input ssh

enable secret cisco

crypto key generate rsa

transport input ssh


static routing

ip address [Link] [Link]


no shutdown

do show ip route

no ip address

do show ip interface brief

ip route [Link] [Link] [Link]  (destination nexthop/gateaway)

Dynamic routing EIGRP

router eigrp ?

router eigrp 10

network [Link]

do show ip eigrp neighbor

network [Link]

OSPF

router ospf 1

network [Link] [Link] area 0

You might also like