-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
872320a
commit 7011a0c
Showing
1 changed file
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|