Skip to content

Commit

Permalink
Router A - Startup Config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavgirdhar authored Nov 8, 2020
1 parent 872320a commit 7011a0c
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions RouterA_startup-config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RouterA
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.4.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 4
ip address 200.0.2.1 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 5
ip address 200.0.3.1 255.255.255.0
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
no ip address
clock rate 2000000
shutdown
!
interface Serial3/0
no ip address
clock rate 2000000
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

0 comments on commit 7011a0c

Please sign in to comment.