| tatosala 2002-09-18, 12:33 pm |
| HI
A little question:
What´s the difference between the "ip mtu" and the "mtu" commands
I wanted to change the size of it and I did this
routerA#conf t
routerA(config)#int s1
routerA(config-if)#mtu 1578
ctrl-z
and when i do the "show interface S1" it shows me that it changed.Great....
Then I do the "show ip interface S1" and it does not reflect any changes.
But if I do
routerA#conf t
routerA(config)#int s1
routerA(config-if)#ip mtu 1578
now I do see the changes in both "shows commands"
Please help me I feel a little dumb, can´t find the answer and I´m sure must be very silly. Thanks. |