Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame^] | 1 | security policy bind ip-address 10.10.10.1 |
| 2 | When the host sends any ip frames, the src address |
| 3 | of these frames must be 10.10.10.1. |
| 4 | |
| 5 | no security policy bind ip-address 10.10.10.1 |
| 6 | Remove a source-address binding requirement for this host |
| 7 | |
| 8 | security policy bind attachment-point ntgr-7328-3 |
| 9 | The host identified by this submode can only send |
| 10 | and receive traffic when it attached to this switch. |
| 11 | |
| 12 | no security policy bind attachment-point ntgr-7328-3 |
| 13 | Remove an attachment point requirement for this host |
| 14 | |
| 15 | security policy bind attachment-point ntgr-7328-3 12 |
| 16 | The host identified by this submode can only send |
| 17 | and receive traffic when it attached to this switch and |
| 18 | interface named '12' |
| 19 | |
| 20 | no security policy bind attachment-point ntgr-7328-3 12 |
| 21 | Remove an attachment point/interface requirement for this host |