
- ROUTER ON A STICK CONFIG EXAMPLE MANUAL
- ROUTER ON A STICK CONFIG EXAMPLE VERIFICATION
- ROUTER ON A STICK CONFIG EXAMPLE PASSWORD
- ROUTER ON A STICK CONFIG EXAMPLE PC
ROUTER ON A STICK CONFIG EXAMPLE PASSWORD
Set hostname to S1 and create VTP domain name example and set password to vinita (Remember password is case sensitive).Įnter configuration commands, one per line. We will first create a VTP Server so it can automatically propagate VLAN information to other switch.

ROUTER ON A STICK CONFIG EXAMPLE PC
To assign IP address double click on pc and select ip configurations from desktop tab and give ip address as shown in table given above Let’s start configuration first assign IP address to all pc’s You have one router for intera VLAN communications. For backup purpose you have interconnected switch with one extra connection. VLAN 10 for sales and VLAN20 for management. You have given three pc for sales and three pc in management. You are the administrator at have two department sales and management. To complete these labs either creates a topology as shown in figure or downloads this file and loads it in packet tracer Hardware is FEChannel, address is ca14.1c58.0008 (bia this tutorial we will demonstrate that how can you L 20.0.0.254/32 is directly connected, Port-channel1.20ĭestination Address Address Type VLAN Destination PortĬ416.1064.0000 Dynamic 10 FastEthernet1/3Ĭ417.1064.0000 Dynamic 20 FastEthernet1/4 Protocol Address Age (min) Hardware Addr Type Interface Success rate is 100 percent (5/5), round-trip min/avg/max = 16/30/72 ms Sending 5, 100-byte ICMP Echos to 10.0.0.3, timeout is 2 seconds:
ROUTER ON A STICK CONFIG EXAMPLE MANUAL
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/34/68 msįastEthernet0/0 20.0.0.4 YES manual up up Sending 5, 100-byte ICMP Echos to 20.0.0.4, timeout is 2 seconds: HOST-A# sh ip int b | exclude unassignd|downįastEthernet0/0 10.0.0.3 YES manual up up Port 321 (Port-channel1) of VLAN20 is forwarding Port 45 (FastEthernet1/4) of VLAN20 is forwarding SW# sh spanning-tree vlan 20 | include forwarding Port 321 (Port-channel1) of VLAN10 is forwarding Number of transitions to forwarding state: 1 Port 44 (FastEthernet1/3) of VLAN10 is forwarding SW# sh spanning-tree vlan 10 | include forwarding

Port Vlans in spanning tree forwarding state and not pruned Port Vlans allowed and active in management domain Port Mode Encapsulation Status Native vlan SW# sh vlan-switch brief | include _10_|_20_ Interface IP-Address OK? Method Status ProtocolįastEthernet0/0 unassigned YES unset up upįastEthernet0/1 unassigned YES unset up up R1(config)# int port-channel 1.20 < Create Port-Channel Sub-interface for VLAN 20 R1(config)# int port-channel 1.10 < Create Port-Channel Sub-interface for VLAN 10 %Interface MTU set to channel-group MTU 1500.

R1(config)# int port-channel 1 < Lets first Create Port-Channel Interface SW(config-if)# switchport trunk encapsulation dot1q SW(config)# interface port-channel 1 < All Trunk Config Goes To Port-Channel SW(config-if-range)# channel-group 1 mode on Have effect when the interface is in a non-trunking mode. %Portfast has been configured on FastEthernet1/3 but will only When portfast is enabled, can cause temporary spanning tree loops. %Warning: portfast should only be enabled on ports connected to a single host.Ĭonnecting hubs, concentrators, switches, bridges, etc.to this interface SW(config-if)# spanning-tree portfast < Optional
ROUTER ON A STICK CONFIG EXAMPLE VERIFICATION
Now lets move to Cli where I am going to show everything into 2 Important Steps:īTW, I used a Cisco 3725 Router with 16 Port Switching Module to emulate the Switch part here so some of verification and configuration commands are specific to this setup as here Router is acting as a Switch.Įnter configuration commands, one per line. Now before we move ahead, for those which are not familiar with these two topics (Ether-Channel & Router On A Stick), I would recommend following Pre readings :
