User Tools

Site Tools


networking:cisco:switching_with_eigrp

This is an old revision of the document!


Switching with EIGRP

Router R1

!********************** Router R1 **********************
!
enable
conf ter
!
no ip domain-lookup
!
hostname R1
banner motd /*** Router R1 *** MAC ***/
!
enable secret class
service password-encryption
!
!
!
!
alias interface e exit
alias configure e exit
alias exec c config terminal
alias exec s show ip int brie
alias exec sc show cdp neighbors
alias exec sr show runn
alias exec sv show vlan-switch
alias exec ss show span
alias exec save copy running-config startup-config
alias exec backup copy startup-config tftp:
alias exec restore copy tftp: startup-config
!
!
line con 0
logging synchronous
exec-timeout 90 0
password cisco
login
length 50
width 132
!
line vty 0 15
logging synchronous
exec-timeout 90 0
password cisco
login
length 50
width 132
!
!################ kraj standardne konfiguracije ####################
!
!######## Router-On-A-Stick ##################
!
!############### Prvi ethernet - prema lokalnoj mrezi ###
int fastEthernet 0/0
no shutdown
!
int fastEthernet 0/0.10
encapsulation dot1Q 10
ip add 172.16.10.254 255.255.255.0
! 
int fastEthernet 0/0.20
encapsulation dot1Q 20
ip add 172.16.20.254 255.255.255.0
! 
int fastEthernet 0/0.30
encapsulation dot1Q 30
ip add 172.16.30.254 255.255.255.0
! 
int fastEthernet 0/0.99
encapsulation dot1Q 99 native
ip add 172.16.99.254 255.255.255.0
!
!############### Drugi ethernet - prema vanjskoj mrezi ###
interface FastEthernet0/1
no shutdown
ip address 209.165.200.225 255.255.255.252
!
!############### EIGRP routing ################
router eigrp 23
!----------------- Ne propagiramo Eigrp prema lokalnoj mreži
passive-interface FastEthernet0/0
network 172.16.10.0 0.0.0.255
network 172.16.20.0 0.0.0.255
network 172.16.30.0 0.0.0.255
network 172.16.99.0 0.0.0.255
network 209.165.200.224 0.0.0.3
no auto-summary
!
exit
exit
!
networking/cisco/switching_with_eigrp.1455787528.txt.gz · Last modified: 2016/02/18 09:25 (external edit)