Hi !
as we know, you can specify that the display of the network mask appear in hexadecimal format or bit count format instead. The hexadecimal format is commonly used on UNIX systems. The previous example would be displayed as 131.108.11.55 0XFFFFFF00.
but I like to enter my address in this way
I mean instead of
int fa 0/0
ip address 192.168.1.1 255.255.255.0
i like to use 192.168.1.1 / 24
we have to enter many addresses in many interfaces and this would help me a lot and also no need to convert /22 to ... hmm 255.255.252 and ..
thanks