Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Vlan1 is up, line protocol is down" What is wrong? 2

Status
Not open for further replies.

BigD12

MIS
Feb 9, 2005
5
0
0
US
I'm a Newby, Please forgive any Ignorance on my Part;
and thanks for any assistance you may offer.


After running the setup on a Cisco 3550-48 Switch, I get the following:

"Vlan1 is up, line protocol is down"

How do I bring line protocol up?



This is my config file:

no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname WET-3548-1
!
enable secret
enable password
!
ip subnet-zero
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
switchport mode dynamic desirable
!
interface FastEthernet0/2
switchport mode dynamic desirable
!
!
!
!
!
!
!
interface FastEthernet0/48
switchport mode dynamic desirable
!
interface GigabitEthernet0/1
no switchport
no ip address
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
!
interface Vlan1
ip address 10.156.138.16 255.255.255.128
no ip route-cache
!
ip classless
ip http server
!
!
line con 0
line vty 0 4
password
login
line vty 5 15
password
Login
!
!
end
 
do a no shutdown on vlan 1


interface vlan1
no shutdown
 
On some switches the interfaces remain down until you actually connect a device to that vlan. This might be the case if you have already issued a no shut command on the interface.
 
I issue the "no shutdown" on Vlan1 but I'm still getting a "line protocol is down".

by the way, the swith is connected to the network via the Gigabit interface.




Vlan1 is up, line protocol is down
Internet address is 10.156.138.16/25
Broadcast address is 255.255.255.255
Address determined by non-volatile memory
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Outgoing access list is not set
Inbound access list is not set
Proxy ARP is enabled
Local Proxy ARP is disabled
Security level is default
Split horizon is enabled
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is disabled
IP fast switching on the same interface is disabled
IP Flow switching is disabled
IP Null turbo vector
IP multicast fast switching is disabled
IP multicast distributed fast switching is disabled
IP route-cache flags are None
Router Discovery is disabled
IP output packet accounting is disabled
IP access violation accounting is disabled
TCP/IP header compression is disabled
RTP/IP header compression is disabled
Probe proxy name replies are disabled
Policy routing is disabled
Network address translation is disabled
WCCP Redirect outbound is disabled
WCCP Redirect inbound is disabled
WCCP Redirect exclude is disabled
BGP Policy Mapping is disabled
FastEthernet0/1 is down, line protocol is down
Inbound access list is not set
FastEthernet0/2 is down, line protocol is down
Inbound access list is not set
FastEthernet0/3 is down, line protocol is down
Inbound access list is not set
FastEthernet0/4 is down, line protocol is down
Inbound access list is not set
FastEthernet0/5 is down, line pro
--More--
 
You must have an active client connection on vlan 1 for the SVI to go to an up/up condition . Once there is a live client on the switch you will see vlan 1 up/up .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top