Guest_imported
New member
- Jan 1, 1970
- 0
If I have a statement such as:-
static (inside,outside) 200.0.0.2 10.5.5.1 netmask 255.255.255.255 0 0
where the outside address is 200.0.0.2 and the inside address is 10.5.5.1 to which address does the netmask refer.
In the above example which is a 1:1 translation the 255.255.255.255 host netmask will apply to both addresses
BUT
Where a 1:many relationship exists such as:-
static (inside,outside) 200.0.0.2 10.5.5.0 netmask ??????
where the 10.5.5.0 address refers to a complete C class subnet, to which address is the netmask referring, and what would the netmask be. I get an error with netmasks other than 255.255.255.255.
The Cisco documentation is really confusing regarding this.
Many Thanks
Regards
Rob
static (inside,outside) 200.0.0.2 10.5.5.1 netmask 255.255.255.255 0 0
where the outside address is 200.0.0.2 and the inside address is 10.5.5.1 to which address does the netmask refer.
In the above example which is a 1:1 translation the 255.255.255.255 host netmask will apply to both addresses
BUT
Where a 1:many relationship exists such as:-
static (inside,outside) 200.0.0.2 10.5.5.0 netmask ??????
where the 10.5.5.0 address refers to a complete C class subnet, to which address is the netmask referring, and what would the netmask be. I get an error with netmasks other than 255.255.255.255.
The Cisco documentation is really confusing regarding this.
Many Thanks
Regards
Rob