User Tools

Site Tools


networking:fvcaccessngi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
networking:fvcaccessngi [26/07/2025 18:02] andrewnetworking:fvcaccessngi [03/09/2025 08:36] (current) – [AccessNGI Configuration] andrew
Line 25: Line 25:
 The initial config of the switch is useless for our application, so the easiest thing is to delete it straight away. Unfortunately, unlike Cisco IOS there is no command line repeat, but the later firmware images have command completion and help at any point by typing a "?". The initial config of the switch is useless for our application, so the easiest thing is to delete it straight away. Unfortunately, unlike Cisco IOS there is no command line repeat, but the later firmware images have command completion and help at any point by typing a "?".
  
-Log in as the admin user, user=admin, password=vswitch. (Just type "admin" at the prompt. This will change to "ADMIN Access_NGI>").+Log in as the admin user, user=admin, password=vswitch.  
 +(Just type "admin" at the prompt. This will change to "ADMIN Access_NGI>"). 
 +<code> 
 +FVCcoreATM>admin 
 +Enter Password:*******
  
-Have a look at the system ports (really for interest only+ADMIN FVCcoreATM> 
 +ADMIN FVCcoreATM>set telnet passwd yourpassword 
 +Telnet password changed to: yourpassword 
 +</code> 
 + 
 + 
 +===== Initial view of system ===== 
 + 
 + 
 +Have a look at the system modules installed and then the ports:- 
 +<code> 
 +ADMIN FVCcoreATM>show system   
 +crash    modules  ports    uptime   version   
 +ADMIN FVCcoreATM>show system modules  
 + 
 +Module       Revision   Description 
 +----------------------------------- 
 +                  6 x ATM 25Mps module (SALI) 
 +                  4 x E1 IMA Module (RJ-48) 
 +                  2 x 155Mbps OC3 module (TI) 
 +                    Not Present 
 +                  ETM management module (Strong ARM) 
 +                    Not Present 
 +                    Not Present 
 +                    Not Present 
 +                    Not Present 
 +  10                  Not Present 
 +Flash Card            slot 3 size 4M 
 +ADMIN FVCcoreATM> 
 +</code>
  
 <code> <code>
Line 51: Line 84:
  
 </code> </code>
 +
 +
 +==== Config of global ATM parameters ====
 +
 +
 Delete the previous config and return to factory defaults  Delete the previous config and return to factory defaults 
   "set system delflashcfg".   "set system delflashcfg".
Line 58: Line 96:
  
 set the atm network prefix length.  set the atm network prefix length. 
-  "set pnni pglevel 96"+<code> 
 +ADMIN FVCcoreATM>set pnni pglevel 96 
 + 
 +ADMIN FVCcoreATM>show pnni addrtable  
 + 
 +ADDR: 39826f3148000000000001000a00000000000000 LEN:   104 SCOPE:   0 
 +ADDR: 39826f3148000000000001002000000000000000 LEN:   104 SCOPE:  96 
 +ADDR: 39826f3148000000000001002000a0b1007cc200 LEN:   104 SCOPE:   0 
 +ADMIN FVCcoreATM> 
 +</code> 
          
 Set the atm network prefix and switch number (Don't use my numbers, they have to match the existing atm numbering hierachy in use). Depending on your atm network mask (pglevel in FVC speak), your ilmi netprefix may be longer or shorter than this. The .05 at the end is the switch id.  Set the atm network prefix and switch number (Don't use my numbers, they have to match the existing atm numbering hierachy in use). Depending on your atm network mask (pglevel in FVC speak), your ilmi netprefix may be longer or shorter than this. The .05 at the end is the switch id. 
Line 69: Line 117:
  
 This completes the basic global config.  This completes the basic global config. 
 +
 +==== Interfaces ====
  
 Next start to configure some interfaces:- Next start to configure some interfaces:-
Line 79: Line 129:
         "set e1 clocking 201 external"         "set e1 clocking 201 external"
                  
-Scrambling is only required for e1 ports, not 155MB/s fibre ports. +Scrambling is only required for e1 ports, not 155MB/s fibre ports. [[hdb3|HDB3 - High Density Bipolar Order 3 Encoding]]
  
 Please note, the scrambling is to ensure a zero dc average level, not for encryption, security etc.... Please note, the scrambling is to ensure a zero dc average level, not for encryption, security etc....
 HDB3 is "High Density Bipolar 3zero substitution", an alternative to AMI etc. This has to match the line encoding being used by the circuit provider. HDB3 is "High Density Bipolar 3zero substitution", an alternative to AMI etc. This has to match the line encoding being used by the circuit provider.
  
-Note also that the pnni implementation includes ilmi, so do NOT enable ilmi for the port. Pnni takes care of it.+Note also that the PNNI implementation includes ILMI, so do NOT enable ILMI for the port. PNNI takes care of it.
  
 Next configure the ethernet port to use bridging and connect to ELAN name desired Next configure the ethernet port to use bridging and connect to ELAN name desired
networking/fvcaccessngi.1753552964.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki