Changes between Version 2 and Version 3 of bsc_nat_VTY

Show
Ignore:
Timestamp:
04/13/10 12:45:01 (3 years ago)
Author:
zecke2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bsc_nat_VTY

    v2 v3  
    2828 
    2929===== imsi allow [IMSI] ===== 
    30  * By default all IMSIs are allowed. To revert back to this state call imsi allow without any argument 
    31  * The allow will be evaluated before the deny option. 
    32  * The BSC config applies before the network config. 
     30 * The default is to allow all IMSIs. This is equivalent to writing "imsi allow" (the argument is omitted). 
     31 * The "imsi allow" filter will be evaluated before the "imsi deny" filter. 
     32 * The per BSC IMSI filter is evaluated before the global IMSI filter. 
     33  
     34===== imsi deny [IMSI] ===== 
     35 * The default is to not deny any IMSI. This is equivalent to writing "imsi deny" (the argument is omitted). 
     36 * The "imsi deny" filter will be evaluated after the "imsi allow" filter. 
     37 * The per BSC IMSI filter is evaluated before the global IMSI filter. 
    3338 
    34 ===== imsi deny [IMSI] ===== 
    35  * By default no IMSIs are denied. To revert back to this state call imsi deny without any argument 
    36  * The deny will be evaluated after the whitelist. 
    37  * The BSC config applies before the network config.