Switches, Hubs, and Modems
1753774 Members
6938 Online
108799 Solutions
New Discussion юеВ

Re: Setting authorized manager IP problem

 
Peter[Swe]
Occasional Advisor

Setting authorized manager IP problem

Hello, im trying to set some manager IP through CLI in PCM. The problem is that i get a invalid input and it doesent work as i want it to. This is the command im using:

ip authorized-managers 172.18.0.219
255.255.255.255 access manager
ip authorized-managers 172.18.100.0
255.255.255.0 access manager
This is the error i get:
< 172.18.20.8=""> Successful
< ip="" authorized-managers="" 172.18.0.219="">

< 255.255.255.255="" access="" manager="">
Invalid input: 255.255.255.255

< ip="" authorized-managers="" 172.18.100.0="">

< 255.255.255.0="" access="" manager="">
Invalid input: 255.255.255.0

< successful="">
< 172.18.20.8="">
< 172.18.20.8=""> Successful

As you can see i get a invalid input on the mask, but the first command works as it should, the 172.18.0.219 machine gets access but the 172.18.100.0 net doesent work because the mask sets itself to 255.255.255.255 and i want it to be 255.255.255.0

Any help whit this would be much appreciated.

/Peter
2 REPLIES 2
Peter[Swe]
Occasional Advisor

Re: Setting authorized manager IP problem

I solved the problem, all i had to do was to type the entire commandin one row.
/Peter
Peter[Swe]
Occasional Advisor

Re: Setting authorized manager IP problem

All i had to do was to type the entire command in one row.

ip authorized-managers 172.18.0.219 255.255.255.255 access manager
ip authorized-managers 172.18.100.0 255.255.255.0 access manager