Hi,
Is there an interface configuration to make a physical interface (Fast Ethernet or Gigabit Ethernet) always up (ie without having any devices connected to it)
Ta,
Mahesh
Solved! Go to Solution.
hello
Change the keepalive settings in the interface
Eg:
Router(config)#int f 0/1
Router(config-if)# no keepalive
regards
Siva
hello
Change the keepalive settings in the interface
Eg:
Router(config)#int f 0/1
Router(config-if)# no keepalive
regards
Siva
Great thanks!