What is the diff

chinamanchinaman Inactive Imported Users Posts: 167
What is the diff. between show int and show ip int ?

Show ip protocols - running routing protocol on router
show protocols - routed protocols on router

Comments

  • MrDMrD Member Posts: 441
    show interface=Interface status, IP address, encapsulation, bandwidth, reliability, load, MTU, duplex, network statistics

    show ip interface brief=IP address and status of interfaces
  • chinamanchinaman Inactive Imported Users Posts: 167
    Show ip int not show ip int brief,

    When I tried to put in the sim both gives me diff.

    I mostly used show ip int brief, I think the diff is that show int gives me the encap but in show ip int not.
  • MrDMrD Member Posts: 441
    The show ip interface command will provide you with information regarding the layer 3 configurations of a router's interfaces. The status of the interface, the IP address and mask, information on whether an access list is set on the interface, and basic IP information are included in this output.
  • HumperHumper Member Posts: 647
    The way I look at it generally is:

    show int - layer 2 information
    show ip int - layer 3 information
    Now working full time!
Sign In or Register to comment.