Nokia sr commands
Nokia sr commands
show card
Contextual configuration display. From anywhere in the hierarchy, to show that
sections configuration simply type
info
To ascertain the service ID of a given SAP (service access point)
BNG ESM
configure service vprn 5001
info
NAT VPRN
configure service vprn 5003
info
SUBSCRIBER MANAGEMENT
configure subscriber-mgmt.
TO CHECK SESSION
- show serviced 5001 ipoe session
show serviced 5001 pppoe session
CHECK NAT
show service nat lsn-subscribers
show service nat lsn-subscribers inside-ip <ip> detail
ping router 10559 8.8.8.8 source 197.210.114.137 count 10 size 1400 rapid
ENTERPRISE VAS
- telnet router 5041 172.31.16.50
interface GI0/2/6.902
mtu 9000
vlan-type dot1q 902
description Access BANK UGHELLI
statistic enable
trust upstream default
mpls l2vc 10.238.128.225 902
trust 8021p
TO LEARN MAC
show router 5018(vrf) arp GE-2/2/3:1780
TO SHUTDOWN L3 SERVICE
configure
service vprn 5001
interface "GE-2/1/6:2211" create
shutdown
admin save
EDIT CONFIGURATION
candidate edit
configure service vprn 50010 interface "TE-3/1/5:1498"
no address 105.112.139.105/30
exit all
candidate commit
BGP COMMANDS
show router 50010 bgp group detail
group "ENT_INTERNET"
family ipv6
split-horizon
neighbor 105.114.4.138
description "GARDA"
import "GARDA_POLICY"
export "DEFAULT_ONLY"
peer-as 64519
exit
neighbor 105.114.6.242
description "GARDA"
import "GARDA_POLICY"
export "DEFAULT_ONLY"
peer-as 64519
exit
TO LEARN MAC
show router vprn <vprn id> arp GE-2/1/7:2491
172.24.21.108
172.24.21.96
105.112.4.222
TO PING
enviroment time-stamp (This will add timestamp to ping)
ping router 5018(vrf) <ip> count 1000 size 1500 rapid
admin display-config
admin save
admin save rollback
OSPF
policy-options
prefix-list "PHED_INBOUND"
prefix 105.112.130.248/29 exact
prefix 105.112.139.4/30 exact
policy-statement "PHED_INBOUND"
entry 10
from
prefix-list "PHED_INBOUND"
exit
to
protocol ospf
exit
action accept
exit
exit
entry 20
from
prefix-list "DEFAULT_ROUTE"
exit
to
protocol ospf
exit
action accept
exit
exit
default-action drop
exit