Options

How to simulate hosts on real lab

MatroMatro Member Posts: 38 ■■□□□□□□□□
Hi!

I've here my new lab :D and i'm ready to experiment.
The first problem is... how can i simulate different hosts? Are 2/3 pc necessary, or can I use the same pc with 2/3/4 ethernet interfaces?
How do you work in your lab?

Thanks!
Actually: CCNA - Palo Alto ACE

Comments

  • Options
    vasyvasyvasyvasy Member Posts: 68 ■■■□□□□□□□
    You can use loopback addresses on your routers and only plug your physical machine when in need of learning to troubleshoot access technologies and L1/L2 problems
    Or, you can use different ethernet cards on your system, all plugged in different ports of routers/switches
    Or, you can use VLANs/tagging on your ethernet card on your system, that is connected to a trunk port on a switch
    Or, you can use VMs
    Or, you can use multiple physical machines (PCs)
    Or, you simply can ignore hosts altogether and go to bed :)
  • Options
    theodoxatheodoxa Member Posts: 1,340 ■■■■□□□□□□
    1 PC with VirtualBox and multiple NICs.
    R&S: CCENT CCNA CCNP CCIE [ ]
    Security: CCNA [ ]
    Virtualization: VCA-DCV [ ]
  • Options
    MatroMatro Member Posts: 38 ■■□□□□□□□□
    I'm installing 3 NICs and VMware Player... I must buy a 23" screen for using all VM at the same time :D
    Actually: CCNA - Palo Alto ACE
  • Options
    d4nz1gd4nz1g Member Posts: 464
    Well, if you just need to test conectivity, you can simply use loopback interfaces on a router. works fine for me to simulate remote subnets (in the case of routing protocols).
  • Options
    MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
    Like others have said, just create a loopback address. That's the easiest and cheapest way to see if you've configured something correctly across a link.
    2017 Certification Goals:
    CCNP R/S
  • Options
    FloOzFloOz Member Posts: 1,614 ■■■■□□□□□□
    Loopback addresses for sure
  • Options
    Dieg0MDieg0M Member Posts: 861
    To create hardware loopback:
    interface f0/0
    no shut
    no keepalive
    loopback
    ip add x.x.x.x

    To create logical loopback:
    int l0
    ip add x.x.x.x
    Follow my CCDE journey at www.routingnull0.com
  • Options
    MatroMatro Member Posts: 38 ■■□□□□□□□□
    In L2 switch I can't set loopback interfaces.. so are real host necessary? (testing Vlans, etc)
    Actually: CCNA - Palo Alto ACE
  • Options
    MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
    No, just create the loopback interface on each of the routers.
    2017 Certification Goals:
    CCNP R/S
  • Options
    MatroMatro Member Posts: 38 ■■□□□□□□□□
    I'm not able to create a loopback interface.
    F0/0 of my router has IP 192.168.10.1, I want to create a loopback to simulate an host; If I create a 192.168.10.5 loopback if, IOS says that an overlap with 192.168.10.0 is occuring; What's wrong?
    Actually: CCNA - Palo Alto ACE
  • Options
    vasyvasyvasyvasy Member Posts: 68 ■■■□□□□□□□
    You will not be able to set up different IP addresses from the same subnet on different interfaces of the router
    I suggest using loopback addresess like 1.1.1.1 or 10.0.0.1

    You will be able to reach these addresses: they will appear as statically connected in the routing table and you will just have to remember to advertise them in routing processes
Sign In or Register to comment.