top of page

How To Setup Virtual PC & HTTP Server in GNS3

  • Writer: Mukesh Chanderia
    Mukesh Chanderia
  • Jan 28, 2022
  • 1 min read

Virtual PC Setup


PC1> ip 3.3.3.3/24 3.3.3.1


PC1> ip dns 1.1.1.1


PC1> show ip


HTTP Server Setup


enable

config t

username admin privilege 15 secret cisco

ip http server

ip http authentication local

interface fa0/0

no shutdown

ip address 10.10.10.10 255.255.255.0

exit


ip route 0.0.0.0 0.0.0.0 10.10.10.1







 
 
 

Recent Posts

See All
PBR Concepts

What is a Health Group? A Health Group  is a configuration object used to group specific PBR destination interfaces—typically the consumer and provider interfaces of the same service node (such as a f

 
 
 
Active/Standby F5 Across Different ACI Pods

Normal L3Out vs Floating L3Out Explained Understanding Cisco ACI Multi-Pod Architecture In a Cisco ACI Multi-Pod design: Each Pod has an independent IS-IS control plane Endpoint learning is maintained

 
 
 
Multi-site Traffic Flow

This article explains how traffic flows between Endpoint Groups (EPGs) across multiple sites in Cisco ACI using Nexus Dashboard Orchestrator (NDO). We will walk through three common design scenarios a

 
 
 

Comments


Follow me

© 2021 by Mukesh Chanderia
 

Call

T: 8505812333  

  • Twitter
  • LinkedIn
  • Facebook Clean
©Mukesh Chanderia
bottom of page