Home
Add Document
Sign In
Register
Cisco InterVLAN Basic Configuration
Home
Cisco InterVLAN Basic Configuration
Cheat Sheet for a basic router, switch, and vlan setup (no native vlan), looking for some peer review, missed steps, improvements, etc...
Author:
The Dude
18 downloads
371 Views
104KB Size
Report
DOWNLOAD .PDF
Recommend Documents
Cisco Router Configuration Commands
Cisco Router Configuration Commands
ktkttu
DCN Basic Management Configuration
Chapter 1Full description
General Basic Configuration
Basic Switch Configuration
Cisco Router switch Configuration Guide
basic network configuration css
patch panel configurationFull description
Cisco Pix 515E Firewall Configuration
Makalah InterVlan
Makalah InterVlan Jarkom UNINDRA
Lab 2.5.1 - Basic Switch Configuration
Full description
Basic Switch and Router Configuration
Cisco Vlan Configuration With Vlsm Implementation
Full description
Cisco IPv6 Configuration Commands-2006!04!06
Full description
MPLS Configuration on Cisco IOS Software
COMPLETE CONFIGURATION EXAMPLES WITH CISCO ASA FIREWALLS.pdf
Cisco Unified Border Element Configuration Guide
Basic Configuration Guide for SIAE Microwave Elements
siae microwave
02-MTCWE-Basic Configuration & Tools.pdf
Full description
CISCO
Descrição: CISCO
Cisco
Descripción: Cisco
Cisco
Descripción: examen de preliminar
Cisco
Cisco
ciscoDescrição completa
Cisco
Descripción: Cisco
Cisco VPN Configuration Guide - Step-By-Step Configuration of Cisco VPNs for ASA and Routers - 1st Edition (2014)
Cisco VPN Configuration Guide - Step-By-Step Configuration of Cisco VPNs for ASA and Routers - 1st Edition (2014)Full description
Cisco Router Basic Configuration & Cheatsheet Set Hostname
(config)# hostname
Set Default Gateway (Gateway of Last Resort)
(config)# ip default-gateway
Set Domain Name
(config)# ip domain-name
Enable Secret (Encrypted Password)
(config)# enable secret
Disable IP Domain Lookup (Prevents translating typo’s)
(config)# no ip domain-lookup
Configure WAN Interface DHCP
(config)# interface
(config-if)# ip address DHCP
(config-if)# no shutdown
STATIC
(config)# interface
[ex: Gi0/0]
(config)# ip address
(config)# no shutdown
Configure LAN Interface
(config)# interface
[ex: Gi0/1]
(config-if)# ip address
[ex: 10.0.0.1 255.255.255.0]
(config-if)# no shutdown
Generate RSA Keys For SSH
(config)# crypto key generate rsa [note: it is advised to use 2048 or higher]
Enable SSH With Username/Password Authentication
(config)# line vty ? [note: [note: retrieve # of available lines]
(config)# line vty
[ex: 0 15]
(config-line)# transport input ssh
(config-line)# login local
Enable Console With Username/Password Authentication
(config)# line con 0
(config-line)# login local
Create Username/Password Username/Password With Admin Access
(config)# username
secret
(config)# username
privilege 15
Verify SSH Is Enabled
# sh ip ssh
Disable Console Logging
(config)# line con 0
(config-line)# logging synchronous
Create VLAN(s) As Necessary (Sub Interfaces)
(config)# int
[ex: Gi0/1]
(config-if)# int
.
[ex: Gi0/1.10]
(config-if)# encap dot1Q
[ex: encap dot1Q 10]
(config-if)# ip address
[ex: 10.0.10.1 255.255.255.0]
Verify Route(s)
# sh ip route
Cisco Switch Basic Configuration & Cheatsheet Set Hostname
(config)# hostname
Set Default Gateway (Gateway of Last Resort)
(config)# ip default-gateway
Set Domain Name
(config)# ip domain-name
Enable Secret (Encrypted Password)
(config)# enable secret
Disable IP Domain Lookup (Prevents translating typo’s)
(config)# no ip domain-lookup
Set Switch Management IP
(config)# int vlan 1
(config-if)# ip address
(config-if)# no shut
Generate RSA Keys For SSH
(config)# crypto key generate rsa [note: it is advised to use 2048 or higher]
Enable SSH With Username/Password Authentication
(config)# line vty ? [note: [note: retrieve # of available lines]
(config)# line vty
[ex: 0 15]
(config-line)# transport input ssh
(config-line)# login local
Enable Console With Username/Password Authentication
(config)# line con 0
(config-line)# login local
Create Username/Password With Admin Access
(config)# username
secret
(config)# username
privilege 15
Verify SSH Is Enabled
# sh ip ssh
Disable Console Logging
(config)# line con 0
(config-line)# logging synchronous
Create and Name VLAN(s)
(config)# vlan <#>
(config-vlan)# name
Verify VLAN(s) Were Created and Named
# sh vlan
Add Ports To VLAN(s)
(config)# int
(config-if)# switchport mode access
(config-if)# switchport mode access vlan <#>
Set VLAN(s) IP Address
(config)# int vlan <#>
(config)# ip address
[ex: 10.0.10.2 255.255.255.0]
Configure Trunk To Router
(config)# int
(config-if)# switchport trunk allowed vlan VLAN#,VLAN#,VLAN# [note: range can also be used]
×
Report "Cisco InterVLAN Basic Configuration"
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
×
Sign In
Email
Password
Remember me
Forgot password?
Sign In
Our partners will collect data and use cookies for ad personalization and measurement.
Learn how we and our ad partner Google, collect and use data
.
Agree & close