Help for this page

Select Code to Download


  1. or download this
    print $VAR1->{'bgp-information'}->{'bgp-peer'}->[0]->{'peer-address'},
    +"\n";
    
  2. or download this
    1.1.1.1
    
  3. or download this
    for (@{$VAR1->{'bgp-information'}->{'bgp-peer'}}){
      print $_->{'peer-address'},"\n";
    }
    
  4. or download this
    1.1.1.1
    2.2.2.2
    3.3.3.3