cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2474
Views
0
Helpful
1
Replies

put same ip on 2 interfaces (router)

Sun Flower
Level 1
Level 1

Hello. I would like to configure my C2911 router with 2 C2960 switch. And is it possible to put same ip on 2 interfaces of C2911? One for active and another one or standby. Topology was attached. Is it possible?

 

thankyou

1 Reply 1

dragos_sony
Level 1
Level 1

Yes you can!

 

!
interface FastEthernet0/0
 ip address 10.10.10.1 255.255.255.0
 speed 100
 full-duplex
!
interface FastEthernet0/1
 backup interface FastEthernet0/0
 ip address 10.10.10.1 255.255.255.0
 speed 100
 full-duplex
!

 

Cheers!