cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
29114
Views
5
Helpful
2
Replies

command to leave switch description blank

Cnote100
Level 1
Level 1

            What is the command to leave description blank?

1 Accepted Solution

Accepted Solutions

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Hi,

Very easy just remove the description.

As you know that by default there would be no description configured on the port, But if someone have configured it and you want to remove  the same you can do it by just removing the same.

Eg:

Router#sh run int e0/0

Building configuration...

!

interface Ethernet0/0

description SERVER >>>>>>>>>>>>> Description has been confiugred as Server.

ip address 192.168.0.1 255.255.255.0

end

2- Now I am removing that description:

Router(config-if)#int e0/0

Router(config-if)#no des

Router(config-if)#no description

Router(config-if)#do sh run int e0/0

interface Ethernet0/0

ip address 192.168.222.27 255.255.255.248

end >>>>>>>>>>>>> No description now.

HTH

Regards

Inayath

*Plz rate this thread is this answerd yoru query.

View solution in original post

2 Replies 2

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Hi,

Very easy just remove the description.

As you know that by default there would be no description configured on the port, But if someone have configured it and you want to remove  the same you can do it by just removing the same.

Eg:

Router#sh run int e0/0

Building configuration...

!

interface Ethernet0/0

description SERVER >>>>>>>>>>>>> Description has been confiugred as Server.

ip address 192.168.0.1 255.255.255.0

end

2- Now I am removing that description:

Router(config-if)#int e0/0

Router(config-if)#no des

Router(config-if)#no description

Router(config-if)#do sh run int e0/0

interface Ethernet0/0

ip address 192.168.222.27 255.255.255.248

end >>>>>>>>>>>>> No description now.

HTH

Regards

Inayath

*Plz rate this thread is this answerd yoru query.

Perfect!!!!!   Just tried it... worked like a charm.....

Review Cisco Networking products for a $25 gift card